aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/show_thing.tpl
blob: d37c9bb1adf701f85bbcaa44ba296cf0d26e3540 (plain) (blame)
1
2
3
4
5
6
7
8
<h2>{{$header}}</h2>
{{if $thing}}
<div class="thing-show">
{{if $thing.imgurl}}<img src="{{$thing.imgurl}}" width="175" height="175" alt="{{$thing.term}}" />{{/if}}
<a href="{{$thing.url}}" >{{$thing.term}}</a>
</div>
{{/if}}