Changes to account for a new way of keeping ids ... Uses the whole path rather than just file name
{% extends "boilerplate.html" %}
{% block bodycontent %}
<div class="navheader"><h1>{% block title %}{% endblock %}</h1></div>
<div class="basetemplate">{% block body %}{% endblock %}</div>
{% endblock %}