Files
AVEF/imports/ui/ImportantDates.html

6 lines
222 B
HTML
Raw Normal View History

2018-08-14 10:56:12 -07:00
<template name="ImportantDates">
<div id="datesView" class="textView">
<!-- TODO: Load dates from the server and place the html in $("importantDatesContainer") -->
<div id="contentContainer"></div>
</div>
</template>