webseite/templates/rezept-post.html

19 lines
487 B
HTML
Raw Normal View History

2021-08-08 23:35:54 +02:00
{%- extends "header_slim.html" -%}
{%- from "macros/rezept.html" import render_rezept_post -%}
2021-06-24 23:44:12 +02:00
{%- block title -%}{{ this.title }}{%- endblock -%}
{%- block meta_description -%}
{%- if this.meta_description is defined and this.meta_description != "" -%}
2021-08-08 23:35:54 +02:00
{{- this.meta_description -}}
2021-06-24 23:44:12 +02:00
{%- else -%}
C3WOC
{%- endif -%}
{%- endblock -%}
2021-08-08 23:35:54 +02:00
{%- block body -%}
{{- render_rezept_post(this) -}}
{#-
LINK zu Gesundheitsamt / Hygienehinweise...
-#}
{%- endblock -%}