]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/fireinfo/driver.html
Introduce autotools
[ipfire.org.git] / src / templates / fireinfo / driver.html
CommitLineData
66862195
MT
1{% extends "../base.html" %}
2
3{% block title %}{{ _("Driver: %s") % driver }}{% end block %}
4
5{% block body %}
6 <div class="page-header">
7 <h2>{{ _("Driver: %s") % driver }}</h2>
8 </div>
9
10 {% module FireinfoDeviceTable(driver_map) %}
11{% end block %}