support/templates/question.html
2020-06-09 06:37:02 -04:00

7 lines
224 B
HTML

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