mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 04:49:29 +00:00
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
{{ define "title" }}Untitled Page{{ end }}
|
|
{{ define "content" }}
|
|
<h1>Wiki</h1>
|
|
|
|
Redirecting to <a href="/wiki/Main-Page">Main Page</a>
|
|
|
|
<script>
|
|
(function() {
|
|
window.location = "/wiki/Main-Page";
|
|
})();
|
|
</script>
|
|
{{ end }} |