Show More
@@ -1,46 +1,46 b'' | |||
|
1 | 1 | ((= autogenerated file do not edit =)) |
|
2 | 2 | ((*- extends 'null.tplx' -*)) |
|
3 | 3 | |
|
4 | 4 | ((=display data priority=)) |
|
5 | 5 | |
|
6 | 6 | |
|
7 | 7 | ((*- block data_priority scoped -*)) |
|
8 | 8 | ((*- for type in output | filter_data_type -*)) |
|
9 | 9 | ((*- if type in ['pdf']*)) |
|
10 | 10 | ((*- block data_pdf -*)) |
|
11 | 11 | |
|
12 | 12 | ((*- endblock -*)) |
|
13 | 13 | ((*- endif -*)) |
|
14 | 14 | ((*- if type in ['svg']*)) |
|
15 | 15 | ((*- block data_svg -*)) |
|
16 | 16 | ->> svg |
|
17 | 17 | ((*- endblock -*)) |
|
18 | 18 | ((*- endif -*)) |
|
19 | 19 | ((*- if type in ['png']*)) |
|
20 |
((*- block data_png |
|
|
20 | ((*- block data_png -*)) | |
|
21 | 21 | ->> png |
|
22 | 22 | ((*- endblock -*)) |
|
23 | 23 | ((*- endif -*)) |
|
24 | 24 | ((*- if type in ['html']*)) |
|
25 | 25 | ((*- block data_html -*)) |
|
26 | 26 | ->> html |
|
27 | 27 | ((*- endblock -*)) |
|
28 | 28 | ((*- endif -*)) |
|
29 | 29 | ((*- if type in ['jpeg']*)) |
|
30 | 30 | ((*- block data_jpg -*)) |
|
31 | 31 | ->> jpg |
|
32 | 32 | ((*- endblock -*)) |
|
33 | 33 | ((*- endif -*)) |
|
34 | 34 | ((*- if type in ['text']*)) |
|
35 | 35 | ((*- block data_text -*)) |
|
36 | 36 | ->> text |
|
37 | 37 | ((*- endblock -*)) |
|
38 | 38 | ((*- endif -*)) |
|
39 | 39 | |
|
40 | 40 | ((*- if type in ['latex']*)) |
|
41 | 41 | ((*- block data_latex -*)) |
|
42 | 42 | ->> latext |
|
43 | 43 | ((*- endblock -*)) |
|
44 | 44 | ((*- endif -*)) |
|
45 | 45 | ((*- endfor -*)) |
|
46 | 46 | ((*- endblock data_priority -*)) |
|
1 | NO CONTENT: file renamed from templates/tex/null.tplx to templates/skeleton/tex/null.tplx |
General Comments 0
You need to be logged in to leave comments.
Login now