layout如何引入两个内容块

浏览:1044 发布日期:2015/06/18 分类:求助交流 关键字: layout
如题,代码大概是希望是这样的:<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <include file="./_head" />
</head>
<body>

<include file="./_header" />

<div class="container-fluid">
    <div class="row">
        <!--left col start-->
        <div class="">
            {__CONTENT1__}
             
        </div>
        <!--left col end-->

        <!--right col start-->
        <div class="">
            {__CONTENT2__}
        </div>
        <!--right col end-->
    </div>
</div><!-- /.container -->
</body>
</html>
有人有同样需求吗?如何解决?
最佳答案
评论( 相关
后面还有条评论,点击查看>>