Extract partials
This commit is contained in:
parent
a594e5c8ea
commit
86a82561f4
4 changed files with 26 additions and 18 deletions
7
source/_includes/speaker-session.html.twig
Normal file
7
source/_includes/speaker-session.html.twig
Normal file
|
@ -0,0 +1,7 @@
|
|||
<h2>Session</h2>
|
||||
|
||||
{% for session in sessions if speaker.name in session.speakers %}
|
||||
<a href="{{ session.url }}">
|
||||
{{ session.title }}
|
||||
</a>
|
||||
{% endfor %}
|
Reference in a new issue