Nils Diewald | 2329e1d | 2014-06-12 16:07:57 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title><%= title %></title> |
| 5 | %= stylesheet '/style.css' |
| 6 | %= stylesheet '/kwic-3.0.css' |
| 7 | %= stylesheet '/fontawesome/font-awesome.min.css' |
| 8 | %= javascript '/jquery-2.0.0.min.js' |
| 9 | <meta charset="utf-8" /> |
| 10 | </head> |
| 11 | <body style="background-color:white"> |
| 12 | %= notifications 'Alertify' |
| 13 | %= content |
| 14 | %= javascript begin |
| 15 | $("li,code,#sidebar").on("click", function () { |
| 16 | $(this).toggleClass('active'); |
| 17 | }); |
| 18 | % end |
| 19 | </body> |
| 20 | </html> |