Recommend this page to a friend! |
Classes of Scott Arciszewski | > | CMS Airship | > | src/Cabin/Hull/View/blog/index.twig | > | Download |
|
|
![]() |
{% extends "blog/wrapper.twig" %} {% block blog_contents %} {% include cargo("blog_list") ignore missing %} <hr class="blog-hr" /> <div class="text-center"> <a class="btn btn-primary btn-sm readmore" href="{{ cabin_url() }}blog/all"> {{ __("See All Published Blog Posts") }} </a> </div> {% endblock %} |