Princeton-CDH/ppa-django

View on GitHub
ppa/pages/templates/pages/blocks/linkable_section.html

Summary

Maintainability
Test Coverage
<div id="{{ value.anchor_text }}">
<h2>
    {{ value.title }}
    <a class="headerlink"
       href="#{{ value.anchor_text }}"
       title="Permalink to this section">ΒΆ</a>
</h2>
{{ value.bound_blocks.body.render }}
</div>