Add new templates

This commit is contained in:
Dirkjan Ochtman 2020-01-12 16:28:26 +01:00
parent 0f90ab83d6
commit 6360ea517d
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
{% block body %}{% endblock %}

View File

@ -0,0 +1,5 @@
{% extends "let-base.html" %}
{% block body -%}
{% let x = 1 %}
{{- x -}}
{%- endblock %}