{% extends "base.html" %} {% block title %}Section / Chapter / File{% endblock title %} {% block body %} # Hello World! This is the template, it takes you to [the homepage](/). This page also includes CSS styles, which are ignored by the [Marcus](https://crates.io/crates/marcus) MarkDown to HTML converter. {% endblock body %} {% block footer %} {% endblock footer %}