chore(fmt): add html formatting
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% extends "base.html" %} {% block content %}
|
||||
<section class="hero">
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% if page.description %}
|
||||
<p class="tagline">{{ page.description }}</p>
|
||||
{% endif %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% if page.description %}
|
||||
<p class="tagline">{{ page.description }}</p>
|
||||
{% endif %}
|
||||
</section>
|
||||
<section class="content">
|
||||
{{ content | safe }}
|
||||
</section>
|
||||
{% endblock content %}
|
||||
<section class="content">{{ content | safe }}</section>
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user