Initial commit. Modified the Meteor todos app to create the Petit Teton data tracking app. Has working data for sales. Requires a Mongo database.
This commit is contained in:
7
imports/ui/layouts/Full.html
Normal file
7
imports/ui/layouts/Full.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<template name="Full">
|
||||
<div id="full" class="content">
|
||||
<div class="form">
|
||||
{{> Template.dynamic template=content}}
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user