• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuywap-node
  • apps
  • home
  • views
  • partial
  • content.hbs
  • 资源位样式调整
    2d190806
    by 李靖
    2017-09-21 15:33:16 +0800  
    Browse Files
content.hbs 259 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
{{#content}}
    {{! 中间banner}}
    {{#if singleImage}}
    <div data-id="{{template_id}}">
        {{> resources/banner}}
    </div>
    {{/if}}
    {{! 分隔楼层}}
    {{#if divideImage}}
        {{> resources/divide-image}}
    {{/if}}
{{/content}}