language-server-protocol/_layouts/default.html
2018-01-18 09:40:41 -08: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>