{% block container %}
<section class="hero is-medium">
<div class="hero-body">
- <h1 class="title is-1">
- Thank You For Downloading IPFire<span class="has-text-primary">_</span>
- </h1>
- <h4 class="subtitle is-4">{{ _("Your download will begin in a few seconds. If not, click the link below.") }}</h4>
-
- <div class="block">
- <p class="download-path"></p>
+ <div class="container">
+ <h1 class="title is-1">
+ Thank You For Downloading IPFire<span class="has-text-primary">_</span>
+ </h1>
+ <h4 class="subtitle is-4">{{ _("Your download will begin in a few seconds. If not, click the link below.") }}</h4>
+
+ <div class="block">
+ <p class="download-path"></p>
+ </div>
</div>
</div>
</section>