1.7 KiB
1.7 KiB
layout | title | meta | draft | plans | features | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Get Unlimited Drupal Consulting for a Fixed Monthly Price |
|
true |
|
|
{% block content %}
{% for plan in page.plans %}
{{ plan.name }} - £{{ plan.price|number_format }}
{{ plan.tagline }}
<ul>
{% for feature in page.features|merge(plan.features) %}
<li>{{ feature }}</li>
{% endfor %}
</ul>
<footer class="grid place-items-center">
{% include 'button.html.twig' with {
text: 'Register now<span class="sr-only"> for the ' ~ plan.name|lower ~ ' plan</span>',
url: plan.url,
withArrow: true,
} %}
</footer>
</div>
</div>
{% endfor %}
What Does It Include?
Looking for Something Else?
asdf {% endblock %}
{% block content_bottom %}
{% include 'testimonials' with {
limit: 5,
tag: 'subscription',
title: 'Kind words from clients',
} %}
{% endblock %}