mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
9 lines
120 B
Plaintext
9 lines
120 B
Plaintext
|
= doctype html
|
||
|
html
|
||
|
head
|
||
|
title {{.Title}}
|
||
|
body
|
||
|
{{ yield }}
|
||
|
footer
|
||
|
= include partials/footer.ace .
|