<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
	<meta name="og:description" content="The Beta Festival 2024 catalogue showcasing and archiving all exhibitions, events, and conferences which will be on as part of this years festival." />
	<meta name="description" content="The Beta Festival 2024 catalogue showcasing and archiving all exhibitions, events, and conferences which will be on as part of this years festival." />
	<meta content="Beta Festival 2024" property="og:title"/>
	<meta content="Beta Festival 2024" property="og:site_name"/>
	<meta content="website" property="og:type"/>
	<meta name="keywords" content="beta festival, 2024, dublin, art and technology, digital art" />
	<meta name="robots" content="all" />
	<meta name="language" content="en-ie" />
    <title>Beta Festival 2024 {% block title %}{% endblock %}</title>
	<link rel="preconnect" href="https://fonts.googleapis.com">
	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
	<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Syne+Mono&display=swap" rel="stylesheet">
    <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/styles.css') }}">
	<link rel="icon" type="image/png" href="{{ url_for('static', filename='images/favicon/beta-favicon-32x32.png') }}" sizes="32x32">
	<link rel="icon" type="image/png" href="{{ url_for('static', filename='images/favicon/beta-favicon-192x192.png') }}" sizes="192x192">
	
	<script type="importmap">
		{
		  "imports": {
			"three": "https://cdn.jsdelivr.net/npm/three@v0.164.0/build/three.module.js",
			"three/addons/": "https://cdn.jsdelivr.net/npm/three@v0.164.0/examples/jsm/",
			"three/src/": "https://cdn.jsdelivr.net/npm/three@v0.164.0/src/",
			"three/examples/": "https://cdn.jsdelivr.net/npm/three@v0.164.0/examples/"
		  }
		}
	  </script>
</head>
<body id="scroll">
	{% block content %}
	{% endblock %}
</body>
</html>