{% extends 'partials/base.html' %} {% load static %} {% block content %}
{% block title %} {% include 'partials/title.html' with title='Pages' text='Dashboard' textone='Content' texttwo='Pages' %} {% endblock %}

Pages List

{% for record in pages %} {% endfor %}
Page Page Slug Status Action
{{ record.Page }} {{ record.PageSlug }}
{% endblock %}