sculpin-from-scratch-app/source/index.html.twig

12 lines
203 B
Twig
Raw Normal View History

2024-12-07 17:39:31 +00:00
---
title: Welcome to SculpinCon!
---
<h1>{{ page.title }}</h1>
2024-12-07 17:42:19 +00:00
{% if site.cfp.open %}
<p>Please submit to our call for papers!</p>
{% else %}
<p>Our call for papers is now closed.</p>
{% endif %}