iris/_examples/view/template_html_2/templates/page1.html
2020-08-03 05:46:04 +03:00

8 lines
158 B
HTML

<div style="background-color: black; color: blue">
<h1>Page 1 {{ greet "iris developer"}}</h1>
{{ render "partials/page1_partial1.html" }}
</div>