{% extends 'page' %} {% block content_wrapper %} {{ parent() }}
- Oliver
{% block cta %} {% if page.cta and site.ctas[page.cta] is defined %}P.S. {{ site.ctas[page.cta]|raw }}
{% else %}P.S. {{ random(site.ctas)|raw }}
{% endif %} {% endblock %} {% endblock %} {% block content_bottom %} {% include 'daily-email-form.html.twig' with { intro: 'Sign up here and get more like this delivered straight to your inbox every day.', title: 'Was this interesting?', } %} {% include 'about-me.html.twig' %} {% endblock %}