--- title: Instructor - Forum thread - Fixed layout slug: instructor-forum-thread prefix: fixed-instructor- --- {% extends "layouts/instructor/fixed.html" %} {% block page %} {% include "partials/page.student-forum-thread.html" %} {% endblock %} {% block head %} {% include "partials/head.student-forum-thread.html" %} {% endblock %} {% block footer %} {% include "partials/footer.student-forum-thread.html" %} {% endblock %}