_layouts/default.html (14 lines of code) (raw):

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> {% include head.html %} <body class="{{ page.class }}"> {% include header.html %} <h1 class="title">{{ page.title }}</h1> <!-- Content --> <div class="readable-content"> {{ content }} </div> {% include footer.html %} <!-- jQuery --> <script src="/scripts/jquery.min.js" type="text/javascript"></script> <!-- Dropdown toggle --> <script src="/scripts/dropdown.js" type="text/javascript"></script> </body> </html>