Show last authors
1 {{velocity}}
2 #macro (displayBanner)
3 {{html clean="false"}}
4 <div class="hero padding hr">
5 <div class="row hero-section hero-banner">
6 <div class="col-md-6">
7 <h1>XWiki Store</h1>
8 <p class="large">Customize your wiki by selecting from our collection of extensions that can be installed on top of XWiki. Mix and match according to your needs and build the perfect platform for your team.</p>
9 </div>
10 <div class="col-md-6">
11 <div class="preview">
12 #set ($bannerURL = $xwiki.getAttachmentURL('Store.Content.Banner', 'Store.png'))
13 <img alt="Store.png" src="$bannerURL">
14 </div>
15 </div>
16 </div>
17 </div>
18 {{/html}}
19 #end
20 {{/velocity}}
XWiki SAS Copyright © 2024