feat(templates): 🎨 adjust templates to fit the new rendering data format

This commit is contained in:
David Bailey 2024-12-09 10:53:05 +01:00
parent 9a5b9e609e
commit 9de4838081
7 changed files with 47 additions and 110 deletions

View file

@ -0,0 +1,13 @@
{% extends "pathed_content.html" %}
{% block extra_head %}
<link rel="stylesheet" href="/static/directorystyle.css">
{%endblock%}
{%block content_article%}
{{ include('fragments/directory/inline.html') }}
{{ content_html|raw }}
{%endblock%}