UNPKG

splitify

Version:

Splitify is a way to save your time when sharing the restaurant bill with someone

11 lines 326 B
<template name="home"> <div class="row"> <div class="col"> <!-- Grey navigation panel --> <a href="{{pathFor route='restaurant.list'}}" class="btn btn-main">Restaurants</a> </div> </div> <div class="row"> <div class="col">{{> preloader}}</div> </div> </template>