mirror of https://github.com/twbs/ratchet.git
Build mobile apps with simple HTML, CSS, and JS components.
http://goratchet.com/
9 lines
133 B
9 lines
133 B
12 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
{% include header.html %}
|
||
|
</head>
|
||
|
<body ontouchstart="">
|
||
|
{{ content }}
|
||
|
</body>
|
||
|
</html>
|