dragon_fire/www/templates/pathed_content.html

18 lines
268 B
HTML

{% extends "root.html" %}
{% block second_title %}
<h2> {{ post.post_metadata.title }} </h2>
{% endblock %}
{%block main_content%}
{{ include('fragments/filepath_bar.html') }}
<article>
{%block content_article %}
{%endblock%}
</article>
{%endblock%}