gitlabculture
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

repo.twig
text/plain

Download raw (282 bytes)

{% extends "@templates/base.twig" %}

{% block content %}
  <h1>{{ title }}</h1>

  {% include "@organisms/commit-list.twig" %}
  {% include "@organisms/tree-list.twig" %}
  {% include "@organisms/readme.twig" %}
  {% include "@organisms/fonts.twig" %}

bla

{% endblock content %}