You are here

office-hours-table.html.twig in Office Hours 8

<div class="office-hours">
  {{ table }}
  {% if schema %}
    <div class="office-hours-schema">
      {{ schema }}
    </div>
  {% endif %}
</div>

File

templates/office-hours-table.html.twig
View source
  1. <div class="office-hours">
  2. {{ table }}
  3. {% if schema %}
  4. <div class="office-hours-schema">
  5. {{ schema }}
  6. </div>
  7. {% endif %}
  8. </div>