Initial commit
This commit is contained in:
12
app/tpl/print/parts/cv.html.twig
Normal file
12
app/tpl/print/parts/cv.html.twig
Normal file
@@ -0,0 +1,12 @@
|
||||
<section class="cv">
|
||||
<h2>{{ 'cv.header'|trans }}</h2>
|
||||
|
||||
{% for tag in tags %}
|
||||
<div class="tag tag-{{ tag }}">
|
||||
<h3>{{ ('cv.headers.' ~ tag)|trans }}</h3>
|
||||
{% for entry in cv.filterByTag(tag) %}
|
||||
{{ include('parts/cv/entry.html.twig') }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</section>
|
||||
Reference in New Issue
Block a user