[1062] PHP7入門
	
<!doctype html>
<html lang="zh-Hant-TW">
<head>
    {include file="header.tpl"}
</head>
<body>
    <div class="img-container">
        <div class="container">
             {include file="nav.tpl"}
            <h1 class="pt-5">巷集談-街道新聞</h1>
            
            {$msg}
        </div>
    </div>
    {include file="footer.tpl"}
    
</body>
</html>