{% extends "combined_base.html" %} {% block sidebar %} {% if not mobile %} {% if data is not none %}
  • Intro
  • {% endif %} {% if data is not none %}
  • Education
  • {% endif %} {% if data is not none %}
  • Experience
  • {% endif %} {% if data is not none %}
  • Skills
  • {% endif %} {% if facebook_data is not none and github_data is not none %}
  • Personal
  • {% endif %} {% if facebook_data is not none and github_data is not none %}
  • Github
  • {% endif %} {% if user_data is not none and data is not none %}
  • Contact
  • {% endif %} {% endif %} {% endblock %} {% block pages %} {% include "home.html" if data is not none %} {% include "professional.html" if data is not none %} {% include "personal.html" if facebook_data is not none and github_data is not none %} {% include "contact.html" if user_data is not none and data is not none %} {% endblock %}