1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-26 22:37:08 +00:00
Files
kararas_iris/_examples/view/embedding-templates-into-app-bindata/templates/page1.html
2022-09-21 23:26:12 +03:00

8 lines
150 B
HTML

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