mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
builtin html template functions changes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<title>{{.Title}}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{ yield documentBody() }}
|
||||
{{ yield . documentBody() }}
|
||||
<footer>{{ include "../partials/footer.jet" . }}</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user