6 lines
222 B
HTML
6 lines
222 B
HTML
|
|
<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>
|