{% extends "admin-layout.html" %} {% block title %}Posts - {% endblock %} {% block content %}
Create Post

Posts

{% for post in posts %} {% endfor %}
Title Page Path Published
{{ post.title }} {{ post.route }} {{ post.path }} {{ post.published }} View Edit Delete
{% if pagination.total_pages > 1 %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}