{% set header_title = 'Blog' %} {% extends 'layouts/layout-1.html' %} {% set navbar_sticky = true %} {% set navbar_expand_lg = true %} {% block content %}

Welcome to our Blog

{% from "macros/breadcrumbs.html" import breadcrumbs %} {{ breadcrumbs('text-center', [['index', 'Home', 'Blog']]) }}
{% from "macros/blog.html" import blog %} {{ blog('blog-3.png', 'The Big Thing in Design', '25 Sep 2018', '124', 'News', 'John', "Hath without winged from creature won't the seas midst without every gathering place is beast and, unto, and darkness of rule don't third male moving winged is two have deep abundantly wherein. There god fruitful Make appear. Night made Isn't.") }} {{ blog('blog-1.png', 'Will Coding Ever Rule the World?', '24 Sep 2018', '267', 'Theme Reviews', 'John', "I doesn't sea which let man. Have whose open every under from fifth land. Evening a. It spirit. Image moving. Grass. Fifth land seed yielding. May gathering dry saw abundantly image creepeth hath were for seed. Them moving fifth. Creeping face created fruitful is saying fly beginning his to and stars. Seed spirit fowl made face years bearing.") }} {{ blog('blog-2.png', 'Master Your Vision in 3 Simple Steps', '20 Sep 2018', '389', 'Theme Reviews', 'John', "Creeping fifth was, heaven beginning called cattle beast creeping may open. Green fly creature let without, won't spirit us a creeping that night seed winged man which be Yielding, be. All all to bring land god him open creepeth thing you're, likeness evening two creeping had fowl let rule appear was. Winged creeping. Void form. They're created firmament had fly.") }} {{ blog('blog-4.png', 'The Beginning of The Journey', '19 Sep 2018', '452', 'Theme Reviews', 'John', "Heaven you moved heaven Firmament in in day. Dominion. Likeness over lights third, great lights you their his after, said.") }}
{% from "macros/widgets.html" import subscribe, search, categories, latestPosts, tags, twitter %} {{ subscribe('') }} {{ search('') }} {{ categories('') }} {{ latestPosts('') }} {{ tags('') }} {{ twitter('') }}
{% endblock %}