hero.html 346 B

12345678910111213
  1. {#-
  2. This file was automatically generated - do not edit
  3. -#}
  4. {% set feature = config.theme.feature %}
  5. {% set class = "md-hero" %}
  6. {% if not feature.tabs %}
  7. {% set class = "md-hero md-hero--expand" %}
  8. {% endif %}
  9. <div class="{{ class }}" data-md-component="hero">
  10. <div class="md-hero__inner md-grid">
  11. {{ page.meta.hero }}
  12. </div>
  13. </div>