blob: ee3f09ab2aae41455e4f070d098c6f40179a8acd [file] [log] [blame]
Nils Diewald2329e1d2014-06-12 16:07:57 +00001<!DOCTYPE html>
2<html>
Nils Diewald4af3f0b2014-06-25 01:43:17 +00003%= include 'partial/header'
Nils Diewald2329e1d2014-06-12 16:07:57 +00004 <body style="background-color:white">
Nils Diewald4af3f0b2014-06-25 01:43:17 +00005<main<% if (stash('embedded')) { %> class="embedded"<% } %>>
6%= content 'main' => begin
7 <p>Welcome to the tutorial</p>
8% end
9</main>
10
Nils Diewald2329e1d2014-06-12 16:07:57 +000011%= notifications 'Alertify'
Nils Diewald4af3f0b2014-06-25 01:43:17 +000012
Nils Diewald2329e1d2014-06-12 16:07:57 +000013%= javascript begin
14$("li,code,#sidebar").on("click", function () {
15 $(this).toggleClass('active');
16});
17% end
Nils Diewald4af3f0b2014-06-25 01:43:17 +000018
Nils Diewald2329e1d2014-06-12 16:07:57 +000019 </body>
20</html>