language-server-protocol/_layouts/default.html
2017-12-21 12:15:27 +01:00

20 lines
285 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>