22 lines
		
	
	
		
			626 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			626 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% include 'components/header.html' %}
 | |
| 
 | |
| <body>
 | |
|     {% include 'components/nav.html' %}
 | |
|     <main>
 | |
| 
 | |
|         {% set config = { 
 | |
|                 "title": "THREEFOLD INTERNET ROADMAP",
 | |
|                 "subtitle": "Building a decentralized internet, for a better world",
 | |
|                 "image": "static/questions.png" } 
 | |
|             %}           
 | |
|         {% include 'components/hero_image.html' %}
 | |
| 
 | |
|         {% set config_roadmap = { "name": "threefold/faq_tf", "section_name": "threefold/faq_tf_section" } %}
 | |
|         {% include 'components/roadmap.html' %}
 | |
| 
 | |
|     </main>
 | |
|     {% include 'components/footer.html' %}
 | |
| 
 | |
| </body>
 | |
| </html>
 |