language-server-protocol/_layouts/default.html
2018-03-13 12:03:37 -07:00

20 lines
317 B
HTML

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