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