{% extends "base.html" %} {% load wikify ethertoff_tags static %} {% block extra_styles %} {% endblock %} {% block head_meta %} {% if meta %} {% if meta.authors %} {% for author in meta.authors %} {% endfor %} {% endif %} {% if meta.language %}{% for language in meta.language %}{% endfor %}{% endif %} {% if meta.type %}{% endif %} {% endif %} {% endblock %} {% block data_article %}{{ meta.authors|natural_join:'&'|markdown_filter|no_p }}, {{ meta.title.0 }}{% endblock %} {% block bodyclasses%}{% if meta.host %}{{ meta.host.0|lower }}{% endif %} {% if meta.type %}{{ meta.type.0|lower }}{% endif %}{% endblock %} {% block contentclasses%}{% if meta.host %}{{ meta.host.0|lower }}{% endif %} {% if meta.type %}{{ meta.type.0|lower }}{% endif %}{% endblock %} {% block title_left %} {% if prev_page %}{% endif %} {% endblock %} {% block content %} {% include "partials/metadata.html" %}
{% if meta.authors %}

{{ meta.authors|natural_join:'&' }}

{% endif %}

{{ meta.title.0|default:pad.display_slug|markdown_filter|no_p }}

{{ text|safe }} {% endblock %} {% block extraui %} {% if not user.is_authenticated %} {% else %} {% endif %} {% endblock %} {% block scripts %} {% endblock %}