{% from 'util.jinja2' import render_markdown %} {{ _("Tor Project") }} | {% block title %}{{ this.title }}{% endblock %}

{{ render_markdown(this.title) }}


{% if this.subtitle %}

{{ render_markdown(this.subtitle) }}

{% endif %}

{{ this.author }}

{{ this.slides }}