23 lines
		
	
	
		
			345 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			345 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: content-page
 | 
						|
lang: en
 | 
						|
title: index
 | 
						|
className: index
 | 
						|
ref: index
 | 
						|
---
 | 
						|
 | 
						|
{% capture intro %}
 | 
						|
  {% include text/en/intro.md %}
 | 
						|
{% endcapture %}
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<div>
 | 
						|
  <!-- <span class="intro">{{ intro | markdownify }}</span> -->
 | 
						|
  <div class="page-content text-page">
 | 
						|
    {{ cfp2022 | markdownify }}
 | 
						|
  </div>
 | 
						|
  {% include common/news.html %}
 | 
						|
</div> 
 | 
						|
 |