mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-10 05:08:21 -05:00
14 lines
167 B
HTML
14 lines
167 B
HTML
{% include top.html %}
|
|
|
|
<body class="wrap">
|
|
{% include header.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
{% include analytics.html %}
|
|
|
|
</body>
|
|
</html>
|
|
|