Build mobile apps with simple HTML, CSS, and JS components. http://goratchet.com/

9 lines
133 B

12 years ago
<!DOCTYPE html>
<html>
<head>
{% include header.html %}
</head>
<body ontouchstart="">
{{ content }}
</body>
</html>