checkpoint
[unfold.git] / myslice / templates / myslice.html
index f316c6e..bd9639b 100644 (file)
@@ -1,11 +1,12 @@
 {# This is required by insert_above #}
 {% insert_handler %}
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html> <head>
+<html lang="en"> <head>
 <title> MySlice - slice page with python var foo = {{ foo|default:"foo is undefined"}} </title>
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
 {# This is where insert_str will end up #}
 {% media_container prelude %}
-{% insert_str prelude "jquery/jquery.js" %}
+{% insert_str prelude "jquery/js/jquery.js" %}
 {% insert_str prelude "bootstrap/js/bootstrap.js" %}
 {% insert_str prelude "bootstrap/css/bootstrap.css" %}
 <script type="text/javascript">
@@ -22,7 +23,7 @@
 {% insert_str prelude "css/myslice.css" %}
 {% insert_str prelude "css/miscell.css" %}
 
-<body>
+<body data-spy="scroll" data-target=".foo">
 
 {% block container %}
 <div id='container'>