aboutsummaryrefslogtreecommitdiff
path: root/data/templates/embed-part-file.htm
blob: cdfd132078d6190e01c5bae8af3b0a42ad3200d5 (plain)
1
2
3
4
5
6
7
8
9
<div class="phork-file">
 <div class="phork-content">
  {{file.getRenderedContent(toolres)|raw}}
 </div>
 <div class="phork-meta">
  <a href="{{file.getLink('raw', null, true)}}" style="float: right">view raw source</a>
  <a href="{{file.getLink('display', null, true)}}">{{file.getFilename()}}</a>
 </div>
</div>