+ {{ content }}
+
+
+
+
+ {% include project_tags_collection.html %}
+ {% for i in site.projects %}
+
+
+
+ {% cycle '', '', '' %}
+ {% cycle '', '' %}
+ {% endfor %}
+
+
+
+
+
+
+ {% if i.url %} {% endif %}
+
+ {{ i.title }}
+ {% if i.url %} {% endif %} +
+
+
+
+ {% if i.tags %}
+ {% for j in i.tags %}
+
+
+
+ {% endfor %}
+ {% endif %}
+