it-osu-web / it-osu-pl

IT@OSU Pattern Lab
https://it-osu-web.github.io/it-osu-pl/
3 stars 1 forks source link

Remove extra page-title from template #222

Closed mel-miller closed 3 years ago

mel-miller commented 3 years ago

Or make it conditional for pl.

                <div class="content cell small-12 medium-auto">
                    {% block tabs %}
                        {{ page.tabs }}
                    {% endblock %}

                    {% block content %}
                        {{ page.content }}
                    {% endblock %}
                </div>