tpo/templates/topic.html
RotationMatrix 5cd97c37da Add styling to questions
Reuses topic and question models from web/support.
2019-09-05 15:23:58 +02:00

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 %}