Extract partials
This commit is contained in:
parent
a594e5c8ea
commit
86a82561f4
4 changed files with 26 additions and 18 deletions
|
@ -39,12 +39,9 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content_bottom %}
|
||||
<h3>Session</h3>
|
||||
|
||||
{% for session in data.sessions if page.name in session.speakers %}
|
||||
<a href="{{ session.url }}">
|
||||
{{ session.title }}
|
||||
</a>
|
||||
{% endfor %}
|
||||
{% include 'speaker-session' with {
|
||||
sessions: data.sessions,
|
||||
speaker: page
|
||||
} %}
|
||||
</aside>
|
||||
{% endblock %}
|
||||
|
|
Reference in a new issue