{% 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 %} {% endfor %} {% endif %}

Latest posts

{% blog_recent_posts 3 as recent_posts %} {% if recent_posts %} {% for recent_post in recent_posts %} {% endfor %} {% endif %}
{{ block.super }} {% endblock %}