MATH201/themes/zettels/layouts/index.html

7 lines
355 B
HTML
Raw Normal View History

2023-09-27 10:58:42 -06:00
{{ define "main" }}
<p style="text-align: center;"><a href="http://sasserisop.com">Back to Sasserisop homepage</a></p>
{{ partial "content.html" . }}
2023-10-01 01:09:45 -06:00
<p>Check out the source in this <a href="https:/git.sasserisop.com/Sasserisop/MATH201/src/branch/master">Gitea repository <img border="0" src="gitea-logo.svg" width="50" height="50"></a></p>
2023-09-27 10:58:42 -06:00
{{ end }}