/hyde/tests/sites/test_grouper/content/about.html
http://github.com/hyde/hyde · HTML · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 3f2a47399c8623e40041614733caa423 MD5 · raw file
- {% extends "base.html" %}
- {% block main %}
- Hi!
- I am a test template to make sure jinja2 generation works well with hyde.
- {{resource.name}}
- {% endblock %}