Widget

<div class="widget body-px-sm">
    <div class="widget-header">
        <h2 class="widget-title">
            Self service orders
        </h2>
    </div>
    <div class="widget-body">
        Widget content goes here...
    </div>

</div>
<div class="widget {{ widget_class ? widget_class }}">
  <div class="widget-header">
    <h2 class="widget-title">
      {{ copy.title }}
    </h2>
    {% if copy.link %}
      <a class="icon-chevron-small-right icon-after" href="{{ link_href }}">
        {{ copy.link }}
      </a>
    {% endif %}
    {% if widget_search %}
      <form action="">
        {% include '@form-label' with search_label %}
        {% include '@form-input--icon-after' with search_input %}
      </form>
    {% endif %}
  </div>
  <div class="widget-body">
    {% block body %}
      {% include '@text' with {
        copy: 'Widget content goes here...'
      } %}
    {% endblock %}
  </div>
  {# <div class="widget-footer">Widget footer</div> #}
</div>
{
  "widget_class": "body-px-sm",
  "link_href": "http://testlenke.no",
  "copy": {
    "title": "Widget title",
    "link": "Optional link"
  }
}

There are no notes for this item.