<!DOCTYPE html> <html> <head> {% include "common/common-head.html" %} </head> <body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper"> {% include "common/page-header.html" %} {% with pageselected="lan" %} {% include "common/sidebar-menu.html" %} {% endwith %} <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Main content --> <section class="content"> <div class="row"> <div class="col-xs-12"> <div class="box box-info"> <div class="box-header with-border"> <h3 class="box-title">LAN configuration</h3> </div> <!-- /.box-header --> </div> </div> <!-- /.col --> </div> <!-- /.row --> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> {% include "common/footer.html" %} </div> <!-- ./wrapper --> {% include "common/common-js.html" %} </body> </html>