language-server-protocol/_layouts/default.html
2017-12-14 15:05:38 +01:00

20 lines
281 B
HTML

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