Portfolio - Components
View All Components
Component: Content Block
Features:
- choose a custom block and display it
Notes:
- Use Block Field
Watch Short Video
Custom Block Body1
This could be custom html
paragraph--custom-block.html.twig
{% block paragraph %}
<div class="row">
{% block content %}
{{ content }}
{% endblock %}
</div>
{% endblock paragraph %}