first working version
This commit is contained in:
parent
14e0611f06
commit
85f93bae69
32 changed files with 863 additions and 571 deletions
|
|
@ -22,8 +22,9 @@
|
|||
</form>
|
||||
</div>
|
||||
<div class="row col-xs-12">
|
||||
{{if .Data}}
|
||||
{{.Data}}
|
||||
{{range $item := .Data}}
|
||||
<a href="/{{$item.StireTitle}}"><b>{{$item.Title}}</b></a>
|
||||
<pre style="white-space:pre-wrap">{{$item.Text}}</pre><br>
|
||||
{{end}}
|
||||
</div>
|
||||
{{end}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue