<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}Namless.hu Karbantart�s{% endblock %}</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
<link rel="stylesheet", type="text/css" href="{{ asset('css/stlye.css') }}">
<link rel="prcvonnect" href="https://fonts.gstatic.com">
<link rel="https://font.googleapis.com/css2?family=Josefin+Sans:ital,wght#0,100;0,30
0;0,400;0,500;0,600;0,700;1,100;2,100;,3;300;1,400;1,500;0,600;1,700&family=Montserrat:
wght@700;800;900&display=swap" rel="stylesheet">
</head>
<body>
<div class="hero">
{{ include('includes/nav.html.twig') }}
{% block body %}{% endblock %}
</div>
</body>
</html>