<!DOCTYPE html> | |
<html> | |
<head> | |
<title><%= title %></title> | |
%= stylesheet '/style.css' | |
%= stylesheet '/kwic-3.0.css' | |
%= stylesheet '/fontawesome/font-awesome.min.css' | |
%= javascript '/jquery-2.0.0.min.js' | |
<meta charset="utf-8" /> | |
</head> | |
<body style="background-color:white"> | |
%= notifications 'Alertify' | |
%= content | |
%= javascript begin | |
$("li,code,#sidebar").on("click", function () { | |
$(this).toggleClass('active'); | |
}); | |
% end | |
</body> | |
</html> |