{% extends "base.html" %}
{% block content %}
{{ title }}
Deep
{% endif %} {# mangler endif for b #} {% endif %} {# Bare value-tags, ingen blokker #}{{ foo }} og {{ bar.baz|default:"nada" }}
{# Tom for-løkke #} {% for x in empty_list %}{% endfor %} {# Multiline tag (uvanlig men gyldig i noen engines) #} {% if very_long_condition and another_condition %}Multiline
{% endif %} {# Include med variabel sti (ikke streng-literal) #} {% include template_name %} {# Tag i HTML-attributt #}Not blade: @if(wrong)