User: Default

<div class="l-boxed">
    <div class="l-boxed__header u-z-undercover">
        <div class="u-p-base">
            <a class="u-block" href="/">

                <style>
                    @font-face {
                        font-family: 'NovecentoNarrow';
                        src: url("/~shared/files/webfonts/NovecentoSansNarrow.woff") format("woff2"),
                            url("/~shared/files/webfonts/NovecentoSansNarrow.woff") format("woff");
                        font-style: normal;
                        font-display: swap;
                    }
                </style>

                <div class="c-brand c-brand__text u-uppercase u-no-underline c-brand--resize-small  ">
                    <span class="c-brand__edition">agrigento</span><span class="c-brand__network">notizie</span>
                </div>

            </a>
        </div>
    </div>
    <div class="l-boxed__sidebar" style="backgrond-size: cover; background-position: center center; background-repeat: no-repeat; background-image: url('/assets/images/site/cities/roma_desktop.jpg')">
    </div>
    <div class="l-boxed__content u-z-cover">
        <div class="l-boxed__inner u-my-large">

        </div>
    </div>
    <div class="l-boxed__footer u-z-undercover">
        <!-- -->
        <div class="u-mt-xlarge@md u-p-base">
            <a href="www.citynews.it" class="c-footer-brand">

                <svg class="o-icon--fill" width="91" height="24">
                    <use xlink:href="#brand-citynews"></use>
                </svg>
            </a>
            <p class="u-label-07">
                © Copyright 2009-2021 RomaToday <br />
                plurisettimanale telematico reg. tribunale di Roma n. 93/2010 <br />
                P.iva 10786801000 <br />
                Testata iscritta all'USPI
            </p>
            <ul class="u-list-none u-list-reset u-label-07">
                <li class="u-size-full"><a class="o-link-primary" href="https://citynews.it/privacy#_ga=2.195002985.558624410.1646066405-2053839960.1623412359" targhet="_blank">Cookie & Privacy policy</a></li>
                <li class="u-size-full"><a class="o-link-primary" href="https://citynews.it/termini-servizio#_ga=2.195002985.558624410.1646066405-2053839960.1623412359" targhet="_blank">Termini e condizioni</a></li>
            </ul>
        </div>
        <!-- -->
    </div>
</div>
<div class="l-boxed">
	<div class="l-boxed__header u-z-undercover">
		<div class="u-p-base">
			<a class="u-block" href="/">
				{% render "@brand", {
					inverse:false, 
					modifier: 'resize-small',
					local: false,
					logo: false
				}, true %}
			</a>
		</div>
	</div>
	<div class="l-boxed__sidebar" {% if sidebarImg %}style="backgrond-size: cover; background-position: center center; background-repeat: no-repeat; background-image: url('{{sidebarImg}}')"{% endif %}>
	</div>
	<div class="l-boxed__content u-z-cover">
		<div class="l-boxed__inner u-my-large">
			{% if type == "login" %}
			{% render "@login", {
					type: type,
					mode: mode,
					page_title: page_title,
					page_subtitle: page_subtitle,
					actionLabel: actionLabel
				}, true %}
			{% elif type == "logout" %}
			{% render "@logout", {
					type: type,
					page_title: page_title,
					page_subtitle: page_subtitle,
					actionLabel: actionLabel
				}, true %}
			{% elif type == "signup" %}
			{% render "@signup", {
					type: type,
					page_title: page_title,
					page_subtitle: page_subtitle,
					actionLabel: actionLabel,
					methods: methods
				}, true %}
			{% elif type == "buysignup" %}
			{% render "@buysignup", {
					type: type,
					page_title: page_title,
					page_subtitle: page_subtitle,
					actionLabel: actionLabel,
					methods: methods
				}, true %}
			{% elif type == "activate" %}
			{% render "@activate", {
					type: type,
					page_title: page_title,
					page_subtitle: page_subtitle,
					actionLabel: actionLabel
				}, true %}
			{% elif type == "recovery" %}
			{% render "@recovery", {
					type: type,
					page_title: page_title,
					page_subtitle: page_subtitle,
					actionLabel: actionLabel
				}, true %}
			{% elif type == "delete" %}
			{% render "@delete", {
					type: type,
					page_title: page_title,
					page_subtitle: page_subtitle,
					actionLabel: actionLabel
				}, true %}
			{% elif type == "view" %}
			{% render "@view", {
					type: type,
					page_title: page_title,
					page_subtitle: page_subtitle,
					actionLabel: actionLabel
				}, true %}
			{% endif %}
		</div>
	</div>
	<div class="l-boxed__footer u-z-undercover">
		<!-- -->
		<div class="u-mt-xlarge@md u-p-base">
			<a href="www.citynews.it" class="c-footer-brand">
				{# <img class="u-size-1-4" src="{{gBrand}}" alt="Citynews"> #}
				<svg class="o-icon--fill" width="91" height="24">
					<use xlink:href="#brand-citynews"></use>
				</svg>
			</a>
			<p class="u-label-07">
				© Copyright 2009-2021 {{hName}} <br />
				plurisettimanale telematico reg. tribunale di Roma n. 93/2010 <br />
				P.iva 10786801000 <br />
				Testata iscritta all'USPI
			</p>
			<ul class="u-list-none u-list-reset u-label-07">
				<li class="u-size-full"><a class="o-link-primary" href="https://citynews.it/privacy#_ga=2.195002985.558624410.1646066405-2053839960.1623412359" targhet="_blank">Cookie & Privacy policy</a></li>
				<li class="u-size-full"><a class="o-link-primary" href="https://citynews.it/termini-servizio#_ga=2.195002985.558624410.1646066405-2053839960.1623412359" targhet="_blank">Termini e condizioni</a></li>
			</ul>
		</div>
		<!-- -->
	</div>
</div>
{
  "sidebarImg": "/assets/images/site/cities/roma_desktop.jpg",
  "hName": "RomaToday",
  "hBrand": "/assets/images/site/brands_orizzontal/Property 1=RomaToday.svg",
  "gBrand": "/assets/images/site/horizontal-white-full@2x.png"
}

No notes defined.