footer.html 601 Bytes
<div class="h5-footer">
    <p class="op-row">
        {{# user}}
            Hi, 
            <a class="user-name" href="{{url}}">{{name}}</a>
            <a href="{{signoutUrl}}">退出</a>
        {{^}}
            <a href="{{loginUrl}}">登录</a>
            <span class="sep-line">|</span>
            <a href="{{signupUrl}}">注册</a>
        {{/ user}}
        <span class="back-to-top">
            Back to top
            <i class="iconfont">&#xe608;</i>
        </span>
    </p>
    <p class="copyright">
        CopyRight©2007-2016 南京新与力文化传播有限公司
    </p>
</div>