From 369d2c3e395903f6aff1d1869a81290d8bc994fa Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sat, 14 Oct 2017 16:04:26 +0200 Subject: Initial commit --- data/templates/project.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/templates/project.html (limited to 'data/templates/project.html') diff --git a/data/templates/project.html b/data/templates/project.html new file mode 100644 index 0000000..cb5ad5d --- /dev/null +++ b/data/templates/project.html @@ -0,0 +1,22 @@ +{{define "content"}} +

{{.Title}}

+

{{.Description}}

+

Links

+ +

Tags

+ + {{if .GoGet}} +

+ This project is go get-able: go get code.laria.me/{{.Name}} +

+ {{end}} + {{if .License}}

License: {{.License}}

{{end}} + {{if .FormattedReadme}} +

Readme

+
{{.FormattedReadme}}
+ {{end}} +{{end}} -- cgit v1.2.3-54-g00ecf