{{ content.title }} {% if CONFIG.content_base_url %} [src] {% endif %}
{% endif %}
{{ content.data }}
{% extends "base.html" %}
{% block title %}{{ namespace.name }} – {{ namespace.version }}: {{ content.title }}{% endblock %}
{% block meta_other %}
{% endblock %}
{% block content %}
{{ content.title }}
{% if CONFIG.content_base_url %}
[src]
{% endif %}
{% endif %}
{{ content.data }}