久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

python+jinja2編寫(xiě)前端界面,發(fā)生Unexpected end of template問(wèn)題,求解決!

瀏覽:134日期:2022-06-30 09:03:55

問(wèn)題描述

<!DOCTYPE html ><html><head><title>{{title}}</title>

<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>

<meta name='viewport' content='width=device-width, initial-scale=1.0'>

<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.c... integrity='sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7' crossorigin='anonymous'>

<style>table{

border:0;border-collapse:collapse;}

td{

font:normal 12px/17px Arial;padding:2px;width:100px;}

th{

font:bold 12px/17px Arial;text-align:left;padding:4px;border-bottom:1px solid #333;width:100px;}

.parent{

background:#FFF38F;cursor:pointer;} /* 偶數(shù)行樣式*/

.odd{

background:#FFFFEE;} /* 奇數(shù)行樣式*/

.selected{

background:#FF6500;color:#fff;}

</style></head>

<body>

<p class='container'>

<p class='row'> <p class='col-xs-12'><h2 class='text-capitalize'>{{title}}</h2> <p class=’attribute’><strong></strong></p> </p></p><p class='row'> <p class='col-xs-12 col-sm-10 col-md-10'>

<thead> <tr><!--{% for n in list %}--><!--<th>{{ n[’suite’] }}</th>--><!--<th>Status</th>--><th>Suite</th><th>Status</th> </tr> </thead> <tbody> <tr id='row_01'> {% for n in list %} <td>{{ n[’suite’] }}</td> <td>Status</td> </tr> <!--<tr class=’{{status}}’>--> <!--<tr class=’{{status}}’ id=’row_02’>--> <tr class=’child_row_01’ > {% for i in n[’suitecase’] %} {% for a in i %} <td class='col-xs-9'>{{ a[’tag’] }}--{{ a[’action’] }}--{{ a[’element’] }}</td> <td class='col-xs-3'> <span class='label label-{{a[’status’]}}'> {% if 'success' in a[’status’] %} Pass {% elif 'info' in a[’status’] %} Skip {% elif 'danger' in a[’status’]%} Fail {% else %}Error {% endif %} </span> {% if 'success' not in a[’status’] %} &nbsp<button class='btn btn-default btn-xs'>View</button> {% endif %} </td> {% if 'success' not in a[’status’] %} <tr style='display:none;'> <td class='col-xs-9'> </td> </tr> {% endif %}

{% endfor %}

{% endfor %} {% endfor %}

<tr><td> Total Test Runned:{{total_test}} </td><td class='row'><span class='col-xs-3'></span>

</td> </tr>

</tbody>

</p> </p></p>

<script src='https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js'></script><script src='http://www.codefans.net/ajaxjs/jquery1.3.2.js' ></script><script type='text/javascript'> $(function(){ $(’tr.parent’).click(function(){ // 獲取所謂的父行 $(this) .toggleClass('selected') // 添加/刪除高亮 .siblings(’.child_’+this.id).toggle(); // 隱藏/顯示所謂的子行 }); }) $(document).ready(function(){$(’td’).on(’click’, ’.btn’, function(e){ e.preventDefault(); var $this = $(this); var $nextRow = $this.closest(’tr’).next(’tr’); $nextRow.slideToggle('fast'); $this.text(function(i, text){if (text === ’View’) { return ’Hide’;} else { return ’View’;}; });}); });

</script>

</body>

</html>將這個(gè)前端模板渲染,提示這個(gè)錯(cuò)誤jinja2.exceptions.TemplateSyntaxError: Unexpected end of template. Jinja was looking for the following tags: ’endfor’ or ’else’. The innermost block that needs to be closed is ’for’.

問(wèn)題解答

回答1:

for 總共四個(gè),endfor總共三個(gè),所以樓主應(yīng)該寫(xiě)少一個(gè)endfor吧,所以導(dǎo)致語(yǔ)法錯(cuò)誤!

標(biāo)簽: Python 編程
主站蜘蛛池模板: 平果县| 文水县| 武冈市| 宜昌市| 牡丹江市| 大关县| 通河县| 丰县| 新建县| 嵊州市| 宝丰县| 绥宁县| 龙江县| 九寨沟县| 乐都县| 河北省| 西安市| 阳东县| 新乡市| 育儿| 德格县| 厦门市| 张家川| 宁陵县| 惠安县| 焦作市| 茶陵县| 曲松县| 徐汇区| 镇江市| 平江县| 临武县| 凭祥市| 忻州市| 德兴市| 阳东县| 龙岩市| 循化| 四子王旗| 海宁市| 澳门|