{% block title %}{{ driver }}{% end block %}
{% block container %}
- <section>
+ <section class="section">
<div class="container">
- <div class="row">
- <div class="col-12">
- <h1>{{ driver }}</h1>
+ <h1 class="title is-1">{{ driver }}</h1>
- <p>
- {{ _("All known devices run by %s") % driver }}
- </p>
- </div>
- </div>
+ <p>
+ {{ _("All known devices run by %s") % driver }}
+ </p>
</div>
</section>
<div class="container">
- <div class="row">
- <div class="col-12">
- {% module FireinfoDeviceTable(driver_map) %}
- </div>
- </div>
+ {% module FireinfoDeviceTable(driver_map) %}
</div>
{% end block %}