mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 23:40:35 +01:00
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
= doctype html
|
|
html
|
|
head
|
|
title {{.Title}}
|
|
body
|
|
{{ yield . }}
|
|
footer
|
|
= include partials/footer.ace .
|