mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 05:21:14 +00:00
Add new templates
This commit is contained in:
parent
0f90ab83d6
commit
6360ea517d
1
testing/templates/let-base.html
Normal file
1
testing/templates/let-base.html
Normal file
@ -0,0 +1 @@
|
||||
{% block body %}{% endblock %}
|
5
testing/templates/let-child.html
Normal file
5
testing/templates/let-child.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends "let-base.html" %}
|
||||
{% block body -%}
|
||||
{% let x = 1 %}
|
||||
{{- x -}}
|
||||
{%- endblock %}
|
Loading…
x
Reference in New Issue
Block a user