Files
ResInsight/_layouts/default.html
2014-04-07 22:33:12 -07:00

14 lines
167 B
HTML

{% include top.html %}
<body class="wrap">
{% include header.html %}
{{ content }}
{% include footer.html %}
{% include analytics.html %}
</body>
</html>