You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
285 B

3 years ago
3 years ago
3 years ago
  1. <% layout('./../layout.html') %>
  2. <div class="container container--app">
  3. <div class="grid">
  4. <div class="col-12">
  5. <h1><%= it.bucket.title %></h1>
  6. <span>
  7. <%= it.bucket.description %>
  8. </span>
  9. </div>
  10. </div>
  11. </div>