{% extends "portal_base.html" %} {% block title %}Blog posts ยท Portal{% endblock %} {% block topbar_title %}Blog posts{% endblock %} {% block portal_content %}
| Title | Status | |
|---|---|---|
| {{ post.title }} | {% if post.is_published %}Published{% else %}Draft{% endif %} | View |
| No posts yet. | ||