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.

32 lines
718B

  1. extends layout
  2. block headContent
  3. title Home
  4. block content
  5. h1 Vivocoin Quick Explorer
  6. hr
  7. :markdown-it
  8. **Vivocoin Explorer 3** is an explorer with fast setup time. The Larger Explorers are at [http://explorer7.vivocoin.net](http://explorer7.vivocoin.net) and [http://explorer6.vivocoin.net](http://explorer6.vivocoin.net)
  9. if (latestBlocks)
  10. h3 Latest Blocks
  11. - var blocks = latestBlocks;
  12. - var blockOffset = 0;
  13. include includes/blocks-list.pug
  14. hr
  15. a(href="/blocks", class="btn btn-primary btn-block") See more
  16. hr
  17. div(class="text-center")
  18. :markdown-it
  19. More information available on Website: [http://vivocoin.net](http://vivocoin.net)
  20. [© 2021 Vivocoin](http://vivocoin.net/)