gitlabculture
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

base.twig
text/html

Download raw (277 bytes)

<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title>OSP</title>
    <link rel="stylesheet" href="/css/styles.css?{{ cacheBuster }}" media="all" />

  </head>
  <body>
    {% block content %}


    {% endblock content %}

  </body>
</html>