{% import 'dialogs.html' as dlg %}
{% include 'header.html' ignore missing %}
<p>Содержимое страницы
{{ dlg.dialog_1('Внимание', 'Это тестовый диалог') }}   
{% include 'footer.html' %}