...
|
...
|
@@ -27,13 +27,15 @@ |
|
|
{{/if}}
|
|
|
<!--/focus-left-right-->
|
|
|
|
|
|
{{#if result.recommend.title}}
|
|
|
{{#if result.recommend.title}}
|
|
|
<div class="header-title">
|
|
|
{{result.recommend.title.name}}
|
|
|
<a class="more" href="{{result.recommend.title.moreUrl}}">
|
|
|
{{result.recommend.title.moreName}}
|
|
|
</a>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
{{#if result.recommend.data}}
|
|
|
<div class="recommend-content-five">
|
|
|
{{#each result.recommend.data}}
|
|
|
<a href="{{url}}" title="{{title}}">
|
...
|
...
|
|