Move all files to sculpin/
This commit is contained in:
parent
c5d71803a5
commit
0f61b4e9ee
1514 changed files with 0 additions and 0 deletions
31
sculpin/source/_layouts/presentation.html.twig
Normal file
31
sculpin/source/_layouts/presentation.html.twig
Normal file
|
@ -0,0 +1,31 @@
|
|||
{% extends 'page' %}
|
||||
|
||||
{% block meta_description %}{{ page.title }} presented by Oliver Davies{% endblock %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
{{ parent() }}
|
||||
|
||||
{% if block('abstract') %}
|
||||
<h2>Abstract</h2>
|
||||
|
||||
{% block abstract %}{% endblock %}
|
||||
{% endif %}
|
||||
|
||||
{% if page.new_events %}
|
||||
{% include 'presentation/events-new' with {
|
||||
events: page.events,
|
||||
} %}
|
||||
{% else %}
|
||||
{% include 'presentation/slides' with {
|
||||
speakerdeck: page.speakerdeck,
|
||||
} %}
|
||||
|
||||
{% include 'presentation/video' with {
|
||||
video: page.video,
|
||||
} %}
|
||||
|
||||
{% include 'presentation/events' with {
|
||||
events: page.events,
|
||||
} %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue