Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Render multiple times same template" />
<meta charset=utf-8 />
<title>JS Bin</title>
  <!-- -->
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<script src='http://code.jquery.com/jquery-1.10.0.min.js'></script>
<script src='https://rawgithub.com/wycats/handlebars.js/1.0.0/dist/handlebars.js'></script>
<script src='http://builds.emberjs.com.s3.amazonaws.com/ember-latest.js'></script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
   <!-- -->
  
  <!-- 
<script src="http://localhost:9090/public/js/lib/jquery.js"></script>
<script src="http://localhost:9090/public/js/lib/handlebars.js"></script>
<script src="http://localhost:9090/public/js/lib/ember.js"></script>
<script src="http://localhost:9090/public/js/lib/ember-data.js"></script>  
<link rel="stylesheet" href="http://localhost:9090/public/css/bootstrap.css">
<script src="http://localhost:9090/public/js/lib/bootstrap.js"></script>
  <!-- -->
</head>
<body>
  <script type='text/x-handlebars' data-template-name='application'>
    {{breadcrumb items=content}}
  </script>
  
  <script type='text/x-handlebars' data-template-name='breadcrumb'>
    <ul class="breadcrumb">
      <li>{{#linkTo 'group' view.penultimate}}{{view.penultimate.id}}{{/linkTo}} &raquo</li>
      <li>{{#linkTo 'group' view.last}}{{view.last.id}}{{/linkTo}}</li>
    </ul>    
  </script>  
  
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
dsawardekarpro
0viewers