1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
givemoneyto.me/layouts/index.html

12 lines
246 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ .Title }}</title>
{{ partial "style.html" "css/font-awesome.css" }}
{{ partial "style.html" "scss/index.scss" }}
</head>
<body>
{{ partial "script.html" "js/bootstrap.js" }}
</body>
</html>