mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
10 lines
196 B
HTML
10 lines
196 B
HTML
|
<section class="bd-banner bd-is-{{ include.color }}">
|
||
|
<div class="bd-banner-body">
|
||
|
<p class="bd-banner-title">
|
||
|
{{ include.title }}
|
||
|
</p>
|
||
|
|
||
|
{{ include.more }}
|
||
|
</div>
|
||
|
</section>
|