Line | |
---|
1 | <html metal:use-macro="here/content_lib_master/macros/master"> |
---|
2 | <metal:block fill-slot="head_slot"> |
---|
3 | </metal:block> |
---|
4 | |
---|
5 | <metal:block fill-slot="css_slot"> |
---|
6 | <link rel="Stylesheet" type="text/css" href="" |
---|
7 | tal:attributes="href string:${base_url}document.css" /> |
---|
8 | </metal:block> |
---|
9 | <metal:block fill-slot="header"> |
---|
10 | </metal:block> |
---|
11 | |
---|
12 | <metal:block fill-slot="main" |
---|
13 | tal:define="roles member/getRoles; |
---|
14 | folder here/getContent; |
---|
15 | items here/contentValues; |
---|
16 | rend options/rendered;" |
---|
17 | > |
---|
18 | <h1> <span tal:content="context/title_or_id" /></h1> |
---|
19 | |
---|
20 | <p>The Acamdemic Section</p> |
---|
21 | |
---|
22 | <p>The Faculties:</p> |
---|
23 | <span tal:replace="structure rend" /> |
---|
24 | </metal:block> |
---|
25 | <metal:block fill-slot="sub"> |
---|
26 | </metal:block> |
---|
27 | </html> |
---|
Note: See
TracBrowser for help on using the repository browser.