• 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
  • doraemon
  • views
  • partial
  • resources
  • three-picture.hbs
  • 资源位更新
    10b04749
    by ccbikai
    2016-08-23 15:55:41 +0800  
    Browse Files
three-picture.hbs 178 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
{{#data}}
<div class="three-picture clearfix">
    {{#list}}
        <a href="{{url}}">
            <img src="{{image src 210 280}}">
        </a>
    {{/list}}
</div>
{{/data}}