PHP Classes

File: public/asset/vendor/select2/docs/plugins/simplesearch/templates/partials/simplesearch_item.html.twig

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/select2/docs/plugins/simplesearch/templates/partials/simplesearch_item.html.twig   Download  
File: public/asset/vendor/select2/docs/plugins/simplesearch/templates/partials/simplesearch_item.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 614 bytes
 

Contents

Class file image Download
<section class="search-row"> {% set banner = page.media.images|first %} {% if banner %} <div class="search-image"> <a href="{{ page.url }}">{{ banner.cropZoom(100,100).html|raw }}</a> </div> {% endif %} <div class="search-item"> <div class="search-title"> <h3><a href="{{ page.url }}">{{ page.title }}</a></h3> </div> <div class="search-details"> <span class="search-date">{{ page.date|date(config.system.pages.dateformat.short) }}</span> </div> <p>{{ page.summary|raw }}</p> <hr /> </div> </section>