move frio template

This commit is contained in:
Tobias Diekershoff 2019-11-04 07:21:45 +01:00
parent 7ea98869cc
commit 9f9dd18adc
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<h3>{{$title}}</h3>
{{foreach $options as $o}}
<dl>
<dt><a href="{{$o.0}}">{{$o.1}}</a></dt>
<dd>{{$o.2}}</dd>
</dl>
{{/foreach}}