🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

-rw-r--r-- test/templates/title.html.include


      1 {#- This tests using include files. -#}
      2 {#- This file should not appear in the outputfolder. -#}
      3 
      4 {% block title %}{% endblock %}
      5 
      6 {% block body %}{% endblock %}
      7