aboutsummaryrefslogtreecommitdiff
path: root/data/templates/oembed.htm
blob: 1a1eb7a8d8c809fb73e565977e1f60c350e5c4b1 (plain)
1
2
3
4
5
6
7
<!-- embedding all files of {{repo.getLink('display', null, true)}} -->
<link rel="stylesheet" href="{{htmlhelper.fullUrl('css/embed.css')}}"/>
<div class="phork" id="{{repo.id}}">
{% for file in repo.getFiles %}
    {% include 'embed-part-file.htm' %}
{% endfor %}
</div>