Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #set($dateStart = $datetool) | ||
| 3 | {{/velocity}} | ||
| 4 | |||
| 5 | (% class="jumbotron" %) | ||
| 6 | ((( | ||
| 7 | (% class="container" %) | ||
| 8 | ((( | ||
| 9 | = My Collab's Extended Title = | ||
| 10 | |||
| 11 | My collab's subtitle | ||
| 12 | ))) | ||
| 13 | ))) | ||
| 14 | |||
| 15 | (% class="row" %) | ||
| 16 | ((( | ||
| 17 | (% class="col-xs-12 col-sm-8" %) | ||
| 18 | ((( | ||
| 19 | = What can I find here? = | ||
| 20 | |||
| 21 | * Notice how the table of contents on the right | ||
| 22 | * is automatically updated | ||
| 23 | * to hold this page's headers | ||
| 24 | |||
| 25 | = Who has access? = | ||
| 26 | |||
| 27 | Describe the audience of this collab. | ||
| 28 | ))) | ||
| 29 | |||
| 30 | |||
| 31 | (% class="col-xs-12 col-sm-4" %) | ||
| 32 | ((( | ||
| 33 | {{box title="**Contents**"}} | ||
| 34 | {{toc/}} | ||
| 35 | {{/box}} | ||
| 36 | |||
| 37 | |||
| 38 | ))) | ||
| 39 | ))) | ||
| 40 | |||
| 41 | |||
| 42 | {{velocity}} | ||
| 43 | #set($dateEnd = $datetool) | ||
| 44 | $datetool.difference($dateStart, $dateEnd) | ||
| 45 | {{/velocity}} |