/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

  1. {% extends "base.html" %}
  2. {% block main %}
  3. Hi!
  4. I am a test template to make sure jinja2 generation works well with hyde.
  5. {{resource.name}}
  6. {% endblock %}