manual/templates/topic.html

7 lines
196 B
HTML

{% from "macros/topic.html" import render_topic %}
{% extends "layout.html" %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
{{ render_topic(this, this.alt) }}
{% endblock %}