{% 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 content %} {{ text|safe }} {% endblock %} {% block scripts %} {% endblock %}