Skip to content

Template Documentation

This is the documentation for the built in templates.

Note

As well as the built in templates, you can also have your own custom templates. For details see the hacking section

It you have a template that you want including, or make modifications to the existing templates, let me know and we will look at integrating it with the base site.

All of the templates take a similar form of input.
In Document Structure we look at the various components and how they can be used.

Loading a Template

By default, the Generic feedback template is used. You can ask the system to use a specific template using the -t flag and the location of the template

For example to use the coursework brief you would use

$ remarkable inputfile.md -t coursework/CourseworkBrief.jinja2

Note

Unfortunately, I havent found a sane way to allow the parser to "follow the tree" when selecting templates, so you will need to use the path. On the other hand, it does mean we have some organsation in the template directories.

Instructions for Specific Templates

  • Generic Feedback Template
  • Coursework Brief Template
  • Masters (7024) Presentation Template
  • Dissertation Feedback Template (303COM)