{% extends "base.html" %} {% block title %} {{ fm.page_title }} {% endblock title %} {% block content %}

{{ fm.page_title }}

{{ fm.skills_title }}

{% for skill, examples in fm.skills %} {% endfor %}
Skill Examples
{{ skill | capitalize }} {{ examples}}

{{ fm.blurb_title }}

{{ content | safe }} {% endblock content %}