On the sketch the subtitle is not displayed and the title is displayed with a span
<div class="ametys-hero"> <img src="./resources/zones/hero/img/slide-2.jpg" alt="Image"> <span class="ametys-hero__title">Bienvenue sur votre nouvel intranet </span> </div>
on the skin 'noyau' the title is displayed with an H1 and the subtitle with a span:
<h1 class="ametys-hero__title"> <xsl:value-of select="$title"/> <xsl:if test="$subtitle != ''"> <span class="ametys-content-subtitle"><xsl:value-of select="$subtitle"/></span> </xsl:if> </h1>