mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 05:21:14 +00:00
6 lines
94 B
HTML
6 lines
94 B
HTML
{% extends "let-base.html" %}
|
|
{% block body -%}
|
|
{% let x = 1 %}
|
|
{{- x -}}
|
|
{%- endblock %}
|