<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
{% if block("title") is defined %}
{{ block('title') }} -
{% endif %}
Document - Biceps
</title>
{{ encore_entry_link_tags('gentelella') }}
{% if block("stylesheets") is defined %}
{{ block('stylesheets') }}
{% endif %}
{{ encore_entry_link_tags('document') }}
</head>
<body class="{{ bodyclass }}">
{{ block('body') }}
{{ encore_entry_script_tags('gentelella') }}
{% if block("javascripts") is defined %}
{{ block('javascripts') }}
{% endif %}
{{ encore_entry_script_tags('document') }}
</body>
</html>