%PDF- %PDF-
Direktori : /var/www/businessmultisite/wp-content/themes/stripes_weekly/templates/ |
Current File : /var/www/businessmultisite/wp-content/themes/stripes_weekly/templates/author.twig |
{% extends "base.twig" %} {% block content %} <section class="page-authors--title"> <div class="container"> {% if page_type %} <p>{{ page_type }}</p> {% endif %} <h1>{{title}}</h1> </div> </section> {% if description %} <section class="page-authors--content article-main-content"> <div class="container"> <div class="page-authors--content--inner"> {{ description }} </div> </div> </section> {% endif %} <section class="page-authors--list"> <div class="container"> <div class="page-authors--list--single-author"> {% for post in posts %} {% include 'components/article-small.twig' %} {% endfor %} {% if posts.found_posts > posts_per_page %} {% include 'components/loadmore.twig' with { offset: posts_per_page, type: loadmore_type, id: loadmore_id, found_posts: posts.found_posts } %} {% endif %} </div> </div> </section> {% include 'components/editorials.twig' %} <!-- /content-wrapper --> {% endblock %}