14 lines
249 B
HTML
14 lines
249 B
HTML
|
|
||
|
|
||
|
{% 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%}
|