This template extends no other template and has a <!DOCTYPE html>.
{% extends "[@CVTemplatesBundle](https://github.com/CVTemplatesBundle)/base.html.twig" %}
{# Your code here #}
See also Usage for the Symfony configuration.
<head>, it contains every other blocks and variables except the {% block body %};{% block head %} and is empty;{% block head %} and is empty;{% block head %} and is empty;{% block head %} and is empty;{% block head %} and is empty;<body> and is empty.Those HTML tags are rendered only if you define the corresponding variable in your template :
<meta charset="{{ charset }}" />;<meta name="viewport" content="{{ viewport }}" />;<base href="{{ baseUrl }}" />;<title>{{ htmlHeadTitle }}</title>;<meta name="description" content="{{ metaDescription }}" />;<link rel="canonical" href="{{ canonical }}" />.This is always rendered :
<html lang="{{ app.request.locale|replace({'_': '-'}) }}">, defined in Symfony configuration.
The replace filter converts locales like en_GB into en-GB. It is necessary in order to pass W3C validation.How can I help you explore Laravel packages today?