{% extends 'templates/full.volt' %} {% block content %} {% set courses_url = url({'for':'web.topic.courses','id':topic.id}) %}

{{ topic.title }}

{% endblock %} {% block include_js %} {{ js_include('web/js/topic.show.js') }} {% endblock %}