caddy-website/src/includes/account/head.html

9 lines
376 B
HTML
Raw Normal View History

2023-08-11 12:03:17 -04:00
{{define "account-head"}}
{{import "/includes/head.html"}}
{{template "head"}}
<link rel="stylesheet" href="/resources/css/account/common.css{{template "cacheBust"}}">
<script src="/resources/js/jquery-3.4.1.min.js"></script>
<script src="/resources/js/sweetalert.min.js"></script>
<script src="/resources/js/account/common.js{{template "cacheBust"}}"></script>
{{end}}