This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
cardiffbjj.co.uk/source/_layouts/default.html.twig
2018-07-20 23:30:35 +01:00

12 lines
281 B
Twig

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ site.title }}</title>
<link href="/build/css/app.css" rel="stylesheet">
</head>
<body class="text-black">
{% block content %}{% endblock %}
</body>
</html>