{%- include head.html -%} {%- include header.html -%}
{%- if jekyll.environment == 'production' and site.gtm -%} {%- include gtm_body.html -%} {%- endif -%} {%- 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 -%}
{%- include footer.html -%} {% if site.darkmode == false %} {% endif %}