Make phorkie search engine friendlier
[phorkie.git] / data / templates / oembed.htm
1 <!-- embedding all files of {{repo.getLink('display', null, true)}} -->
2 <link rel="stylesheet" href="{{htmlhelper.fullUrl('css/embed.css')}}"/>
3 <div class="phork" id="{{repo.id}}">
4 {% for file in repo.getFiles %}
5     {% include 'embed-part-file.htm' %}
6 {% endfor %}
7 </div>