<section class="row widget-content-list event carousel-two no-overlay row-space-medium">
    <div class="inner-row">

        <div class="wg-header">
            <h1 class="wg-title">Hendingar frå biblioteket</h1>

        </div>

        <div class="wg-body">

            <div class="grid-item">
                <article class="content-teaser event ">
                    <a href="http://testlenke.no" class="link-block">
                        <time class="date-block" datetime="2017-01-09">
                            <span class="day">22</span>
                            <span class="month">mai</span>
                        </time>

                        <h1 class="title">Skrivekveld i bilioteket</h1>

                    </a>
                    <time datetime="" class="time icon-watch">10.00 - 12.00</time>
                    <a class="location icon-map-marker" href="">Høgskulen i Volda, BK</a>
                </article>

            </div>

            <div class="grid-item">
                <article class="content-teaser event ">
                    <a href="http://testlenke.no" class="link-block">
                        <time class="date-block" datetime="2017-01-09">
                            <span class="day">22</span>
                            <span class="month">mai</span>
                        </time>

                        <h1 class="title">Seminar om likestilling og karrierebygging i akademia</h1>

                    </a>
                    <time datetime="" class="time icon-watch">10.00 - 12.00</time>
                    <a class="location icon-map-marker" href="">Høgskulen i Volda, BK</a>
                </article>

            </div>

        </div>

        <div class="wg-footer">
            <p><a href="http://testlenke" class="arrow-link">Sjå fleire hendingar fra biblioteket</a></p>

        </div>

    </div>
</section>
{% include "@widget-top"%}
  {% for item in items %}
  <div class="grid-item">
  {% render "@module-content-teaser--event", item, true %}
  </div>
  {% endfor %}
{% include "@widget-bottom"%}
{
  "wg_element": "section",
  "wg_class": "widget-content-list event carousel-two no-overlay row-space-medium",
  "wg_title": "Hendingar frå biblioteket",
  "wg_title_element": "h1",
  "wg_footer": "[Sjå fleire hendingar fra biblioteket](http://testlenke){.arrow-link}\n",
  "items": [
    null,
    {
      "title": "Seminar om likestilling og karrierebygging i akademia"
    }
  ]
}

No notes defined.