refactor: ♻️ clean up unused Twig templates
This commit is contained in:
parent
d54d3077cb
commit
a7a7c738ec
12 changed files with 253 additions and 98 deletions
18
www/templates/pathed_content.html
Normal file
18
www/templates/pathed_content.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
|
||||
|
||||
{% 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%}
|
Loading…
Add table
Add a link
Reference in a new issue