]> git.mxchange.org Git - friendica.git/blob - view/templates/uexport.tpl
wrapping up 2019.12
[friendica.git] / view / templates / 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}}