forked from cisti/farmacisti-doc
14 lines
346 B
HTML
14 lines
346 B
HTML
|
{#-
|
||
|
This file was automatically generated - do not edit
|
||
|
-#}
|
||
|
{% set feature = config.theme.feature %}
|
||
|
{% set class = "md-hero" %}
|
||
|
{% if not feature.tabs %}
|
||
|
{% set class = "md-hero md-hero--expand" %}
|
||
|
{% endif %}
|
||
|
<div class="{{ class }}" data-md-component="hero">
|
||
|
<div class="md-hero__inner md-grid">
|
||
|
{{ page.meta.hero }}
|
||
|
</div>
|
||
|
</div>
|