mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06: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>
|
|
|