initial commit
This commit is contained in:
commit
3f79fc8e6c
527 changed files with 373170 additions and 0 deletions
8
templates/wikiMD.html
Normal file
8
templates/wikiMD.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{{define "body"}}
|
||||
<div class="page-header">
|
||||
<div class="row">
|
||||
<h2>{{.BodyTitle}}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<textarea class="form-control input-sm md-text" rows="30" spellcheck="false" autofocus>{{if .Data}}{{.Data.MD}}{{end}}</textarea>
|
||||
{{end}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue