{% load greet from custom.tags %} {% partialdef url %}
  • {% greet %} {{ user }}
  • {% endpartialdef %} {# hello this is an example file #}

    {{ page.title|title }}

    {% block content %}

    EMPTY

    {% endblock %}