_layouts/ipv6-layout.html (15 lines of code) (raw):

--- --- <!DOCTYPE html> <html lang="en"> {% include ipv6-head.html %} <body> {% include navigation.html %} {% include ipv6-header.html %} <!-- Page Content --> <div class="container mb-5"> {{ content }} </div> <!-- /.container --> {% include footer.html %} <!-- Bootstrap core JavaScript --> <script src="{{ site.baseurl }}/assets/vendor/jquery/jquery.min.js"></script> <script src="{{ site.baseurl }}/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> </body> </html>