/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
- {% extends "base.html" %}
- {% block title %}Extended template{% endblock %}
- {% block content %}
- This is just a template extending the base.
- {% endblock %}