1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-23 04:47:02 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-10-01 16:06:16 +03:00
parent 5017e3c986
commit 552539bed1
75 changed files with 807 additions and 47 deletions

View File

@@ -0,0 +1,2 @@
<h1>Index Body</h1>
<h3>Message: {{.Message}}</h3>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<head>
<title>{{.Title}}</title>
</head>
<body>
{{ yield }}
<footer>
{{ render "partials/footer.html" }}
</footer>
</body>
</html>

View File

@@ -0,0 +1,2 @@
<h3>Footer Partial</h3>
<h4>{{.FooterText}}</h4>