mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
<!DOCTYPE html>
|
|
<head>
|
|
<title>{{.Title}}</title>
|
|
</head>
|
|
<body>
|
|
{{ yield documentBody() }}
|
|
<footer>{{ include "../partials/footer.jet" . }}</footer>
|
|
</body>
|
|
</html> |