Skip to content
Nat! edited this page Mar 1, 2023 · 2 revisions

{# This file essentially duplicates what _wrapper.scion does just with !_Introduction.scion as the WRAPPED_TEMPLATE name hardcoded. This is due to the maybe arbitrary decision to disallow block in macro definitions. #} {% extends "__scion_page.scion" %}

{% block scion_contents %} {% log @"producing left..." %}

{% block scion_contents_left %}{% endblock %}

{% log @"producing right..." %}

{% block scion_contents_right %}{% endblock %}
{% endblock %}

{% block scion_contents_left %}

Introduction

{% filter [MulleMarkdown htmlEscapedFilter] %} {% includes verbatim "!_Introduction.scion" %} {% endfilter %} {% endblock %}

{% block scion_contents_right %}

Results

This is the output MulleScion generates from the examples above.
{% filter [MulleMarkdown regularFilter] %} {% includes trimmedTextFromExamplesData "!_Introduction.scion" %} {% endfilter %} {% endblock %}

{% block scion_navigation_extension %} {% wrapper_navigation_extension( "!_Introduction.scion") %} {% endblock %}

Clone this wiki locally