mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
13 lines
324 B
HTML
13 lines
324 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% set class = "md-hero" %}
|
|
{% if "tabs" not in config.theme.features %}
|
|
{% 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>
|