Change indenting to 1 tab (4 spaces)
It's more readable this way
This commit is contained in:
@ -2,11 +2,11 @@
|
||||
<html lang="en">
|
||||
{% include "partials/head.html" ignore missing -%}
|
||||
<body>
|
||||
{% include "partials/nav.html" ignore missing -%}
|
||||
<div id="main" class="container">
|
||||
{% block custom %}{%- endblock -%}
|
||||
{% block content %}{%- endblock -%}
|
||||
</div>
|
||||
{% include "partials/footer.html" ignore missing -%}
|
||||
{% include "partials/nav.html" ignore missing -%}
|
||||
<div id="main" class="container">
|
||||
{% block custom %}{%- endblock -%}
|
||||
{% block content %}{%- endblock -%}
|
||||
</div>
|
||||
{% include "partials/footer.html" ignore missing -%}
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user