default content block that uses core inner blocks

This commit is contained in:
2025-11-23 17:34:49 +00:00
parent 5165d99e5b
commit 0400a80874
29 changed files with 699 additions and 6011 deletions

View File

@@ -0,0 +1,5 @@
@if(@$link)
<a href="{{ @$link['url'] }}" target="{{ @$link['target'] }}" class="btn {{ @$colour ?: 'primary' }} {{ $style ?: 'solid' }} {{ @$class }}">
<span>{{ @$link['title'] }}</span>
</a>
@endif