{%- include about.html -%}
{%- if site.data.projects.size > 0 -%}
{%- include projects.html -%}
{%- endif -%}
{%- if site.data.experience.size > 0 -%}
{%- include experience.html -%}
{%- endif -%}
{%- if site.data.education.size > 0 -%}
{%- include education.html -%}
{%- endif -%}
{%- if site.more_content -%}
{%- include more.html -%}
{%- endif -%}