{% extends "pages/page.html" %} {% load mezzanine_tags portfolio_tags blog_tags keyword_tags i18n %} {% block main %} Full-stack Web Development Back-end Front-end Testing Optimization Deployment Latest works {% portfolio_recent_posts 3 as recent_posts %} {% if recent_posts %} {% for recent_post in recent_posts %} {% if recent_post.featured_image %} {% endif %} {{ recent_post.title }} {{ recent_post.description|safe }} {% endfor %} {% endif %} Latest posts {% blog_recent_posts 3 as recent_posts %} {% if recent_posts %} {% for recent_post in recent_posts %} {% if recent_post.featured_image %} {% endif %} {{ recent_post.title }} {{ recent_post.description|safe }} {% endfor %} {% endif %} {{ block.super }} {% endblock %}
{{ recent_post.description|safe }}