13 lines
246 B
HTML
13 lines
246 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') }}
|
|
|
|
{{ page.html|raw }}
|
|
{%endblock%}
|