initial commit
This commit is contained in:
commit
18995db757
871 changed files with 492725 additions and 0 deletions
10
templates/pageMD.html
Normal file
10
templates/pageMD.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{{define "body"}}
|
||||
<div class="page-header">
|
||||
<div class="row">
|
||||
<a href="{{if .Key}}/view/{{.Key}}{{else}}/{{.Data.StoreTitle}}{{end}}"><h2>{{.BodyTitle}}</h2></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-3">
|
||||
<textarea class="form-control input-sm md-text" rows="30" spellcheck="false" autofocus>{{.Data.Markdown}}</textarea>
|
||||
</div>
|
||||
{{end}}
|
||||
Loading…
Reference in a new issue