{% set header_title = 'Creative Portfolio & Outline - Works' %} {% extends 'layouts/layout-creative-outline-portfolio.html' %} {% block content %}
{% set items = [ { thumb: 'assets/images/demo-creative-agency-work-9.jpg', title: 'Shapes Illustration', category: 'Graphic Design' }, { thumb: 'assets/images/demo-creative-agency-work-8.jpg', title: 'Paper Mockup', category: 'Identity' }, { thumb: 'assets/images/demo-creative-agency-work-6.jpg', title: 'Creative Portrait', category: 'Illustrations' }, { thumb: 'assets/images/demo-creative-agency-work-7.jpg', title: 'In The Night', category: 'Graphic Design' }, { thumb: 'assets/images/demo-creative-agency-work-1.jpg', title: 'Various Illustrations', category: 'Illustrations' }, { thumb: 'assets/images/demo-creative-agency-work-2.jpg', title: 'Creative Shapes', category: 'Graphic Design' }, { thumb: 'assets/images/demo-creative-agency-work-3.jpg', title: 'Raymond Coller', category: 'Mockups' }, { thumb: 'assets/images/demo-creative-agency-work-4.jpg', title: 'Allen Carter', category: 'Graphic Design' } ] %} {% set item_size = cycler('', 'nk-portfolio-item-square', '', 'nk-portfolio-item-square', 'nk-portfolio-item-square', 'nk-portfolio-item-square', '', '') %} {% for item in items %}

{{ item.title }}

{{ item.category }}
{% endfor %}
Load More Works
{% endblock %}