template: "simple_include.txt"
---
Before
{% with variable=42 %}
  {% include template %}
{% endwith %}
After
