15 lines
220 B
Markdown
15 lines
220 B
Markdown
---
|
|
layout: "page"
|
|
title: "Inscriptions"
|
|
icon: fa-address-book
|
|
order: 4
|
|
permalink: /inscriptions.html
|
|
---
|
|
|
|
{% if jekyll.environment == "repas" %}
|
|
{% include poll.html %}
|
|
{% else %}
|
|
{% include pollVH.html %}
|
|
{% endif %}
|
|
|