12 lines
203 B
Twig
12 lines
203 B
Twig
---
|
|
title: Welcome to SculpinCon!
|
|
---
|
|
|
|
<h1>{{ page.title }}</h1>
|
|
|
|
{% if site.cfp.open %}
|
|
<p>Please submit to our call for papers!</p>
|
|
{% else %}
|
|
<p>Our call for papers is now closed.</p>
|
|
{% endif %}
|