mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
20 lines
310 B
HTML
20 lines
310 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
<div style="min-height: 100%; position: relative;">
|
|
{% include header.html %}
|
|
|
|
<div class="page-content">
|
|
<div class="wrapper">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
|
|
{% include footer.html %}
|
|
</div>
|
|
</body>
|
|
</html>
|