{% macro component() %} {% import 'components/achievement.html' as achievement %} {% set achievements = [{ image: 'assets/images/achievements/flinto.png', logo: 'assets/images/paths/flinto_40x40@2x.png', title: 'Flinto', description: 'Introduction to The App Design Application', date: 'Jun 5, 2018' }, { image: 'assets/images/achievements/angular.png', logo: 'assets/images/paths/angular_64x64.png', title: 'Angular fundamentals', description: 'Creating and Communicating Between Angular Components', date: 'Jun 5, 2018' }] %}
{% endmacro %} {{ component() }}