summaryrefslogtreecommitdiff
path: root/project/templates/tags/library.xhtml
blob: e3a47c5aac7258128431241bcc06d72e3ec99755 (plain)
1
2
3
4
5
6
7
8
9
10

{%- extends "tags/base_tag.xhtml" -%}



{%- block title -%}{{ tag_title ("Library") }}{%- endblock -%}
{%- block content %}{{ tag_content ("Library") }}{% endblock -%}
{%- block footer -%}{{ tag_footer ("library.xhtml") }}{%- endblock -%}