site/_includes/themes/apache/default.html (24 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Apache Daffodil | {% if page.collection == "vscode" %}VS Code Extension {% endif %}{{ page.title }}</title> {% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %} <meta name="author" content="{{ site.author.name }}"> <!-- Enable responsive viewport --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- HTML5 shim, for IE6-8 support of HTML elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet"> <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css"> <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet" type="text/css" media="screen" /> </head> <body> {% include themes/apache/_navigation.html %} <div class="container"> {{ content }} <footer> {% include themes/apache/footer.html %} </footer> </div> <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script> <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script> </body> </html>