<?php /** * Template Name: Live Scores * data-page="live" * * @package NeonKickLive */ get_header(); ?> <header class="topbar"> <h1>LIVE NOW</h1> <span class="badge live">● LIVE</span> </header> <div id="live-list" style="margin-top:10px;"></div> <?php get_footer(); ?>