--- layout: default ---

{{ page.name }}

{% include publisher_ref.html pub=page.publisher %}
{{ content }}

Github

{{ page.github | remove: "https://github.com/" }}

Categories

    {% for categorie in page.categories %}
  1. {{ categorie }}
  2. {% endfor %}

Tags

    {% for tag in page.tags %}
  1. {{ tag }}
  2. {% endfor %}

Website

{{ page.website }}