8c5ecfd1d2
JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
22 lines
431 B
HTML
22 lines
431 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
{% include header.html %}
|
|
|
|
<div class="container">
|
|
{{ content }}
|
|
</div><!-- /.container -->
|
|
|
|
{% include footer.html %}
|
|
|
|
<!-- Bootstrap core JavaScript -->
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
|
|
<script src="{{ site.baseurl }}/bootstrap.min.js"></script>
|
|
|
|
</body>
|
|
</html>
|