10 lines
211 B
HTML
10 lines
211 B
HTML
{#
|
|
This is an example home page template. It inherits and extends a layout template
|
|
that lives in the top-level views/ folder for convenience
|
|
#}
|
|
|
|
{% extends "layout.html" %}
|
|
|
|
{% block main %}
|
|
{% endblock %}
|