##// END OF EJS Templates
run skeleton template makefile
MinRK -
Show More
@@ -1,39 +1,42 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 ((*- endblock -*))
12 12 ((*- endif -*))
13 13 ((*- if type in ['svg']*))
14 14 ((*- block data_svg -*))
15 15 ((*- endblock -*))
16 16 ((*- endif -*))
17 17 ((*- if type in ['png']*))
18 18 ((*- block data_png -*))
19 19 ((*- endblock -*))
20 20 ((*- endif -*))
21 21 ((*- if type in ['html']*))
22 22 ((*- block data_html -*))
23 23 ((*- endblock -*))
24 24 ((*- endif -*))
25 25 ((*- if type in ['jpeg']*))
26 26 ((*- block data_jpg -*))
27 27 ((*- endblock -*))
28 28 ((*- endif -*))
29 29 ((*- if type in ['text']*))
30 30 ((*- block data_text -*))
31 31 ((*- endblock -*))
32 32 ((*- endif -*))
33
34 33 ((*- if type in ['latex']*))
35 34 ((*- block data_latex -*))
36 35 ((*- endblock -*))
37 36 ((*- endif -*))
37 ((*- if type in ['javascript']*))
38 ((*- block data_javascript -*))
39 ((*- endblock -*))
40 ((*- endif -*))
38 41 ((*- endfor -*))
39 42 ((*- endblock data_priority -*))
General Comments 0
You need to be logged in to leave comments. Login now