Fix previous commits lacking templating template.

このコミットが含まれているのは:
Christian Heller 2016-02-09 03:16:06 +01:00
コミット d9f06c59ee
1個のファイルの変更10行の追加0行の削除

10
templates/partials.html ノーマルファイル
ファイルの表示

@ -0,0 +1,10 @@
{{ define "header" }}
<html>
<a href="/">hosted twtxt server</a>
<hr />
{{ end }}
{{ define "footer" }}
<hr />
<p>This project is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPLv3</a>, source code <a href="https://github.com/plomlompom/htwtxt">here</a>.</p>
</html>
{{ end }}