portal/_layouts/page-portal.html

18 lines
355 B
HTML

<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<div class="screen">
<!-- effects -->
{% include screen-effects.html %}
<div class="screen-content">
<!-- page content -->
{% include header.html %}
{% include portal.html %}
{% include footer.html %}
</div>
</div>
{% include foot.html %}
</body>
</html>