No notes defined.

<ul class='c-__items l-listing u-list--unstyled'>
    <li class='c-__items__item l-listing__item list-item--compact'>
        <article class='c-post post type-post c-post--full'>
            <div class='c-post__content-wrapper'>

                <h1 class='c-heading c-heading--minor'>
                    <a class='c-link c-link--minor ' href="#" itemprop="item" itemid="#"><span itemprop="name">Milestone Planning Tool</span></a>
                </h1>

                <div class='c-meta c-list-item__meta'>

                    <span class='c-meta__freeform'>
                        <strong>Post</strong> | <a href='#'>Entrepreneurship</a>
                    </span>
                </div>
                <p>You should lay this out here. Think of every possible resource you need (for our example, it can be guidelines on how to do interviews, help of someone else to reach your customers, an online survey tool, etc.).</p>
            </div>
        </article>
    </li>
    <li class='c-__items__item l-listing__item list-item--compact'>
        <article class='c-event event type-event c-event--full'>
            <div class='c-event__content-wrapper'>

                <h1 class='c-heading c-heading--minor'>
                    <a class='c-link c-link--minor ' href="#" itemprop="item" itemid="#"><span itemprop="name">Get together</span></a>
                </h1>

                <div class='c-meta c-list-item__meta'>

                    <span class='c-meta__freeform'>
                        <strong>Event</strong> | 27.09.2022
                    </span>
                </div>
                <p>Think of every possible resource youo interviews, help of someone else to reach your customers, an online survey tool, etc.) need (for our example, it can be guidelines on how to d.</p>
            </div>
        </article>
    </li>
</ul>

<nav class='c-pager' role="navigation" aria-labelledby='pagination'>
    <h4 id="pagination" class="sr-only">Pagination</h4>
    <ul class="c-pager__items">

        <li class="c-pager__items__item  c-pager__items__item--current ">
            <span class="sr-only">
                Current page
            </span>1
        </li>
        <li class="c-pager__items__item ">
            <a href="#" title="Current page">
                <span class="sr-only">
                    Page
                </span>2 </a>
        </li>

        <li class="c-pager__items__item c-pager__items__item--next">
            <a href="#" title="Go to next page" rel="next">
                <span class="sr-only">Next page</span>
                <span aria-hidden="true"></span>
            </a>
        </li>

        <li class="c-pager__items__item c-pager__items__item--last">
            <a href="#" title="Go to last page">
                <span class="sr-only">Last page</span>
                <span aria-hidden="true">»</span>
            </a>
        </li>
    </ul>
</nav>
<ul class='c-{{ display.component }}__items l-listing u-list--unstyled'>
    {% for item in items %}
        <li class='c-{{ display.component }}__items__item l-listing__item list-item--compact'>
            {% if item.rendered %} 
                {{ item.rendered }}
            {% else %}
                {% include get_template( 'search-result', 'unit' ) with item %}
            {% endif %}
        </li>
    {% endfor %}
</ul>

{% if pager %}
    {% include get_template( 'pager', 'unit' ) with pager %}
{% endif %}
{
  "theme": "support",
  "items": [
    {
      "entityType": "post",
      "heading": {
        "text": "Milestone Planning Tool",
        "url": "#"
      },
      "content": "<p>You should lay this out here. Think of every possible resource you need (for our example, it can be guidelines on how to do interviews, help of someone else to reach your customers, an online survey tool, etc.).</p>",
      "meta": {
        "items": [
          "<strong>Post</strong>",
          "<a href='#'>Entrepreneurship</a>"
        ]
      }
    },
    {
      "entityType": "event",
      "heading": {
        "text": "Get together",
        "url": "#"
      },
      "content": "<p>Think of every possible resource youo interviews, help of someone else to reach your customers, an online survey tool, etc.) need (for our example, it can be guidelines on how to d.</p>",
      "meta": {
        "items": [
          "<strong>Event</strong>",
          "27.09.2022"
        ]
      }
    }
  ],
  "pager": {
    "current": 1,
    "heading_id": "pagination",
    "items": {
      "next": {
        "href": "#"
      },
      "last": {
        "href": "#"
      },
      "ellipses": {
        "next": true,
        "previous": true
      },
      "pages": {
        "1": {
          "title": "Go to page 1"
        },
        "2": {
          "href": "#",
          "title": "Current page"
        }
      }
    }
  }
}