Pandoc, HTML, and CSS templates I use for generating teaching materials.
You can add these templates to your own repository of course documents using git:
git submodule add -b master https://github.com/wjdenny/templates.git
git submodule update --init --recursive
And if you ever want to update your local copy of the templates with future changes:
git submodule update --remote