{% extends 'page' %} {% block content_wrapper %} {{ parent() }}

- Oliver

{% block cta %} {% set ctas = [ 'Are you still using Drupal 7 and don’t know what’s involved to upgrade to Drupal 10? Book a Drupal 7 upgrade consultation call or an upgrade roadmap.', 'Need help or want another pair of eyes on your code? Book a 1-on-1 consulting call or an online pair programming session with a 100% money-back guarantee.', 'If you\'re creating a new Drupal module, try my free Drupal module template.', ] %}

P.S. {{ random(ctas)|raw }}

{% 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 useful?', } %} {% include 'about-me.html.twig' %} {% endblock %}