mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
11 lines
154 B
HTML
11 lines
154 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>{{.Title}}</title>
|
|
</head>
|
|
<body>
|
|
{{ yield . }}
|
|
<footer>
|
|
{{ render "partials/footer.html" . }}
|
|
</footer>
|
|
</body>
|
|
</html> |