2024-12-09 10:53:05 +01:00
|
|
|
|
|
|
|
|
|
|
|
{% extends "pathed_content.html" %}
|
|
|
|
|
|
|
|
{% block extra_head %}
|
|
|
|
<link rel="stylesheet" href="/static/directorystyle.css">
|
|
|
|
{%endblock%}
|
|
|
|
|
|
|
|
{%block content_article%}
|
|
|
|
{{ include('fragments/directory/inline.html') }}
|
|
|
|
|
2025-01-06 22:46:28 +01:00
|
|
|
{{ page.html|raw }}
|
2024-12-09 10:53:05 +01:00
|
|
|
{%endblock%}
|