From 082a3342b88cd431093657739ee8e2a3787c1a36 Mon Sep 17 00:00:00 2001
From: Andrea Verlicchi partials/footer.htm
partial.
Partials are rendered with:
- {{ "{% partial \"partial-name\" %}" }}
+ {{ "{% partial \"partial-name\" %}" }}
It can be used inside pages, templates or other partials.
The introductory text used on this page is defined in the content/welcome.htm
file.
- Content blocks are defined and rendered with:
+ Content blocks are defined and rendered with:
{{ "{% content \"content-name.htm\" %}" }}@@ -89,11 +89,11 @@ layout = "default"
{% filter escape %}{% content "placeholder/layout.txt" %}{% endfilter %}+
{% content "placeholder/layout.txt" %}
{% filter escape %}{% content "placeholder/page.txt" %}{% endfilter %}+
{% content "placeholder/page.txt" %}