iris/_examples/view/embedding-templates-into-app/embedded/templates/page1.html
2022-12-13 01:37:15 +02:00

8 lines
153 B
HTML

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