|         <div  id="wellcome" class="round">
            <div id="tb1"><b>Benvenuto in {$title}</b></div>
            <div style="background-color: #d6e9fc; flex-direction: row; display:flex; justify-content: space-around;">
                <div style="display:flex;  width:50%; height:20px;">Messaggi nel GuestBook: {$num_mex} in {$num_pages} pagine</div>
                
                <div style="display:flex; height:20px;">
                    {if="$job <> 'send'"}
                        <a href="?job=send">Lasciami un messaggio!</a>
                    {else}
                        <a href="index.php">Torna al GuestBook</a>
                    {/if}
                </div>
            </div>
        </div>
 |