have a default app icon
[phorkie.git] / data / templates / embed-part-file.htm
1 <div class="phork-file">
2  <div class="phork-content">
3   {{file.getRenderedContent(toolres)|raw}}
4  </div>
5  <div class="phork-meta">
6   <a href="{{file.getLink('raw', null, true)}}" style="float: right">view raw source</a>
7   <a href="{{file.getLink('display', null, true)}}">{{file.getFilename()}}</a>
8  </div>
9 </div>