{% extends "portal_base.html" %} {% block title %}Blog posts ยท Portal{% endblock %} {% block topbar_title %}Blog posts{% endblock %} {% block portal_content %}

New post

{% for post in posts %} {% empty %} {% endfor %}
TitleStatus
{{ post.title }} {% if post.is_published %}Published{% else %}Draft{% endif %} View
No posts yet.
{% endblock %}