{% extends "conjunto/tabler/base.html" %} {% load static i18n %} {% block title %}Example Page{% endblock %} {% block content %}

Example Page Content

This is a minimal example page demonstrating the Tabler template system.

You can override any of the template blocks to customize the layout and content.

{% endblock %}