{% extends "base.html" %} {% block content %}

{{ education.meta.title }}

{{ education.meta.institution }} {% if education.meta.location %} • {{ education.meta.location }}{% endif %}

{{ education.meta.degree }}{% if education.meta.field %} in {{ education.meta.field }}{% endif %} {% if education.meta.gpa %} • GPA: {{ education.meta.gpa }}{% endif %}

{{ education.meta.start_date|date("%B %Y") }} - {% if education.meta.end_date %} {{ education.meta.end_date|date("%B %Y") }} {% else %} Present {% endif %}

{{ education.content|safe }}
{% endblock %}