mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
11 lines
172 B
HTML
11 lines
172 B
HTML
url = "/with-placeholder"
|
|
layout = "placeholder"
|
|
==
|
|
{% put test %}
|
|
BLOCK
|
|
{% default %}
|
|
{% endput %}
|
|
{% put second %}
|
|
SECOND BLOCK
|
|
{% endput %}
|
|
<p>Hey PAGE CONTENT</p> |