]> git.mxchange.org Git - friendica.git/blob - uexport.tpl
b9e177af268c4e87694e1087ad6130256c03f643
[friendica.git] / uexport.tpl
1
2 <h3>{{$title}}</h3>
3
4
5 {{foreach $options as $o}}
6 <dl>
7     <dt><a href="{{$o.0}}">{{$o.1}}</a></dt>
8     <dd>{{$o.2}}</dd>
9 </dl>
10 {{/foreach}}