jerryscript/_layouts/default.html
Evgeny Gavrin 8d3ae4f1c5 update
2015-06-13 19:32:24 +03:00

21 lines
248 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>
</html>