/tests/templates/extended.html

https://code.google.com/p/mango-py/ · HTML · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · e99096a7e305438d296b3db7f3e8d0c8 MD5 · raw file

  1. {% extends "base.html" %}
  2. {% block title %}Extended template{% endblock %}
  3. {% block content %}
  4. This is just a template extending the base.
  5. {% endblock %}