{% extends "base.html" %} {% block content %}
{% include "cv-nav.html" %}
{{ section.content | safe }} {% if section.pages -%}

Career

{% for p in section.pages %}

{{ p.title }}{% if p.extra.title is defined%}: {{ p.extra.title }}{% endif %}{% if p.extra.years is defined %} ({{ p.extra.years}}){% endif %}

{% if p.summary %} {{ p.summary | safe }} Continue Reading… {% endif %} {% endfor %} {% endif -%}
{% endblock -%}