Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
be9ce3f10a66c70ffbe8156e69efb1a8e5edca00
/
.
/
apps
/
landing
/
layouts
/
apps
/
single.html
blob: d2ab63f4ce8e39be7d8ac99738c9dbe21ac73f13 [
file
] [
log
] [
blame
]
{{ define "main" }}
<article
class
=
"app-detail"
>
<h1>
{{ .Title }}
</h1>
<p>
{{ .Params.description }}
</p>
<div>
{{ .Content }}
</div>
</article>
{{ end }}