{% extends 'global/master.twig' %} {% set title %}Forums / {{ forum.name }}{% endset %} {% set forumBackLink %}{{ route('forums.index') }}{% endset %} {% set forumNewLink %}{{ route('forums.new', forum.id) }}{% endset %} {% set forumMarkRead %}{{ route('forums.mark', forum.id) }}?s={{ php.sessionid }}{% endset %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% include 'forum/forum.twig' %}
{% endblock %}