Format template

This commit is contained in:
Will Faught
2023-01-25 23:13:29 -08:00
parent f5c1e29d1f
commit 3bc024bc9e

View File

@@ -17,7 +17,7 @@
</div> </div>
{{ partial "paige/scripts.html" . }} {{ partial "paige/scripts.html" . }}
{{ if templates.Exists "partials/paige/body-last.html" }} {{ if templates.Exists "partials/paige/body-last.html" }}
{{ partial "paige/body-last.html" . }} {{ partial "paige/body-last.html" . }}
{{ end }} {{ end }}
</body> </body>
</html> </html>