Skip to content

Commit

Permalink
refactor(base): remove page.headline rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Jul 27, 2023
1 parent 81d3dfa commit da996be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions benefits/core/templates/core/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@
<div class="container main-row">
<div class="row justify-content-center">
{% block headline %}
<div class="col-lg-8">
<h1>{{ page.headline }}</h1>
</div>
{% endblock headline %}
<div class="col-lg-8">
{% block explanatory-text %}
Expand Down

0 comments on commit da996be

Please sign in to comment.