mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
23 lines
541 B
Smarty
23 lines
541 B
Smarty
<div class="generic-content-wrapper">
|
|
<div class="section-title-wrapper">
|
|
<h2>{{$title}}</h2>
|
|
</div>
|
|
<div class="section-content-wrapper">
|
|
<b><a href="uexport/basic">{{$basictitle}}</a></b></p>
|
|
<p>{{$basic}}</p>
|
|
|
|
<p><b><a href="uexport/complete">{{$fulltitle}}</a></b></p>
|
|
<p>{{$full}}</p>
|
|
<p><em>{{$by_year}}</em></p>
|
|
<p>{{$extra}}</p><br />
|
|
<ul>
|
|
<li>{{$extra2}}</li><br />
|
|
<li>{{$extra3}}</li><br />
|
|
</ul>
|
|
<p>{{$extra4}}</p>
|
|
<p>{{$extra5}}</p>
|
|
<p><strong>{{$extra6}}</strong> {{$extra7}}</p>
|
|
|
|
</div>
|
|
</div>
|