<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>{% block title %}英盛网{% endblock %}</title>
    <meta name="keywords" content="培训课程分类,培训视频,管理培训视频,企业培训视频,网络商学院,英盛网" />
    <meta name="description" content="英盛网全部视频课程分类,为您提供详细培训课程分类.选培训课程看分类,让您找培训课程更省时,方便." />
    <meta name="author" content="英盛网" />

    {% block style %}{% endblock %}

    {% block script %}{% endblock %}

    {% if work_file %}
    {% include 'script/requireConfig.swig' %}
    <script data-main="{{ baseUrl }}/static/js/main" src="{{ baseUrl }}/static/dist/common/require.js"></script>
    {% else %}
    <script type="text/javascript" src="//global.yingsheng.com/counter/ysCounter.js"></script>
    {% endif %}
</head>

<body>
    {% block body %}{% endblock %}
</body>
</html>