{% extends "core/base.html" %} {% load lyric_extras %} {% block title_text %}Dashpost{% endblock title_text %} {% block header_text %}Dashpost{% endblock header_text %} {% block extra_header %} {% url "view_post" post.id as form_action %} {% include "apps/dashboard/_partials/_form.html" with form=form form_action=form_action %} {% endblock extra_header %} {% block content %}
| {{ forloop.counter }}. {{ line.text }} |