|
1 | 1 | {% case block.data.ratio %}
|
2 | 2 | {% when "1-1" %}
|
3 | 3 | <tr class="block block--layout cols-2">
|
4 |
| - <td align="center" valign="top"> |
5 |
| - <!--[if mso]> |
6 |
| - <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="680"> |
7 |
| - <tr> |
8 |
| - <td valign="top" width="340"> |
9 |
| - <![endif]--> |
10 |
| - <div style="display:inline-block; width:100%; min-width:340px; max-width:340px; vertical-align:top;" class="stack-column col-1"> |
11 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
| 4 | + <td dir="ltr" width="100%" style="padding: 10px"> |
| 5 | + <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 6 | + <tbody> |
12 | 7 | <tr>
|
13 |
| - <td> |
14 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
15 |
| - {% render "content", blocks: block.data.blocks[0].blocks %} |
| 8 | + <!-- Column : BEGIN --> |
| 9 | + <td width="50%" class="stack-column col1-" valign="top"> |
| 10 | + <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 11 | + <tbody> |
| 12 | + <tr> |
| 13 | + <td dir="ltr" valign="top"> |
| 14 | + {% render "content", blocks: block.data.blocks[0].blocks %} |
| 15 | + </td> |
| 16 | + </tr> |
| 17 | + </tbody> |
16 | 18 | </table>
|
17 | 19 | </td>
|
18 |
| - </tr> |
19 |
| - </table> |
20 |
| - </div> |
21 |
| - <!--[if mso]> |
22 |
| - </td> |
23 |
| - <td valign="top" width="340"> |
24 |
| - <![endif]--> |
25 |
| - <div style="display:inline-block; width:100%; min-width:340px; max-width:340px; vertical-align:top;" class="stack-column col-2"> |
26 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
27 |
| - <tr> |
28 |
| - <td> |
29 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
30 |
| - {% render "content", blocks: block.data.blocks[1].blocks %} |
| 20 | + <!-- Column : END --> |
| 21 | + <!-- Column : BEGIN --> |
| 22 | + <td width="50%" class="stack-column col-2"> |
| 23 | + <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 24 | + <tbody> |
| 25 | + <tr> |
| 26 | + <td dir="ltr" valign="top" valign="top"> |
| 27 | + {% render "content", blocks: block.data.blocks[1].blocks %} |
| 28 | + </td> |
| 29 | + </tr> |
| 30 | + </tbody> |
31 | 31 | </table>
|
32 | 32 | </td>
|
| 33 | + <!-- Column : END --> |
33 | 34 | </tr>
|
34 |
| - </table> |
35 |
| - </div> |
36 |
| - <!--[if mso]> |
37 |
| - </td> |
38 |
| - </tr> |
| 35 | + </tbody> |
39 | 36 | </table>
|
40 |
| - <![endif]--> |
41 | 37 | </td>
|
42 | 38 | </tr>
|
43 | 39 | <!-- 2 Even Columns : END -->
|
44 | 40 | {% when "2-1" %}
|
45 | 41 | <!-- Thumbnail Right, Text Left : BEGIN -->
|
46 | 42 | <tr class="block block--layout cols-2">
|
47 |
| - <td> |
48 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
49 |
| - <tr> |
50 |
| - <!-- dir=rtl is where the magic happens. This can be changed to dir=ltr to swap the alignment on wide while maintaining stack order on narrow. --> |
51 |
| - <td dir="ltr" height="100%" valign="top" width="100%"> |
52 |
| - <!--[if mso]> |
53 |
| - <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="680" style="width: 680px;"> |
54 |
| - <tr> |
55 |
| - <td valign="top" width="453" style="width: 453px;"> |
56 |
| - <![endif]--> |
57 |
| - <div style="display:inline-block; max-width: 453px; min-width:453px; vertical-align:top; width:100%;" class="stack-column col-1"> |
58 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
59 |
| - {% render "content", blocks: block.data.blocks[0].blocks %} |
| 43 | + <td dir="ltr" width="100%" style="padding: 10px"> |
| 44 | + <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 45 | + <tbody> |
| 46 | + <tr> |
| 47 | + <!-- Column : BEGIN --> |
| 48 | + <td width="66.66%" class="stack-column col1-" valign="top"> |
| 49 | + <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 50 | + <tbody> |
| 51 | + <tr> |
| 52 | + <td dir="ltr" valign="top"> |
| 53 | + {% render "content", blocks: block.data.blocks[0].blocks %} |
| 54 | + </td> |
| 55 | + </tr> |
| 56 | + </tbody> |
60 | 57 | </table>
|
61 |
| - </div> |
62 |
| - <!--[if mso]> |
63 | 58 | </td>
|
64 |
| - <td valign="top" width="227" style="width: 227px;"> |
65 |
| - <![endif]--> |
66 |
| - <div style="display:inline-block; max-width: 227px; min-width:227px; vertical-align:top;" class="stack-column col-2"> |
67 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
68 |
| - {% render "content", blocks: block.data.blocks[1].blocks %} |
| 59 | + <!-- Column : END --> |
| 60 | + <!-- Column : BEGIN --> |
| 61 | + <td width="33.33%" class="stack-column col-2"> |
| 62 | + <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 63 | + <tbody> |
| 64 | + <tr> |
| 65 | + <td dir="ltr" valign="top" valign="top"> |
| 66 | + {% render "content", blocks: block.data.blocks[1].blocks %} |
| 67 | + </td> |
| 68 | + </tr> |
| 69 | + </tbody> |
69 | 70 | </table>
|
70 |
| - </div> |
71 |
| - <!--[if mso]> |
72 | 71 | </td>
|
73 |
| - </tr> |
74 |
| - </table> |
75 |
| - <![endif]--> |
76 |
| - </td> |
77 |
| - </tr> |
| 72 | + <!-- Column : END --> |
| 73 | + </tr> |
| 74 | + </tbody> |
78 | 75 | </table>
|
79 | 76 | </td>
|
80 | 77 | </tr>
|
81 | 78 | <!-- Thumbnail Right, Text Left : END -->
|
82 | 79 | {% when "1-2" %}
|
83 | 80 | <!-- Thumbnail Left, Text Right : BEGIN -->
|
84 | 81 | <tr class="block block--layout cols-2">
|
85 |
| - <td> |
86 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
87 |
| - <tr> |
88 |
| - <!-- dir=rtl is where the magic happens. This can be changed to dir=ltr to swap the alignment on wide while maintaining stack order on narrow. --> |
89 |
| - <td dir="ltr" height="100%" valign="top" width="100%"> |
90 |
| - <!--[if mso]> |
91 |
| - <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="680" style="width: 680px;"> |
92 |
| - <tr> |
93 |
| - <td valign="top" width="227" style="width: 227px;"> |
94 |
| - <![endif]--> |
95 |
| - <div style="display:inline-block; max-width: 227px; min-width:227px; vertical-align:top; width:100%;" class="stack-column col-1"> |
96 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
97 |
| - {% render "content", blocks: block.data.blocks[0].blocks %} |
| 82 | + <td dir="ltr" width="100%" style="padding: 10px"> |
| 83 | + <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 84 | + <tbody> |
| 85 | + <tr> |
| 86 | + <!-- Column : BEGIN --> |
| 87 | + <td width="33.33%" class="stack-column col1-" valign="top"> |
| 88 | + <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 89 | + <tbody> |
| 90 | + <tr> |
| 91 | + <td dir="ltr" valign="top"> |
| 92 | + {% render "content", blocks: block.data.blocks[0].blocks %} |
| 93 | + </td> |
| 94 | + </tr> |
| 95 | + </tbody> |
98 | 96 | </table>
|
99 |
| - </div> |
100 |
| - <!--[if mso]> |
101 | 97 | </td>
|
102 |
| - <td valign="top" width="453" style="width: 453px;"> |
103 |
| - <![endif]--> |
104 |
| - <div style="display:inline-block; max-width: 453px; min-width:453px; vertical-align:top;" class="stack-column col-2"> |
105 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
106 |
| - {% render "content", blocks: block.data.blocks[1].blocks %} |
| 98 | + <!-- Column : END --> |
| 99 | + <!-- Column : BEGIN --> |
| 100 | + <td width="66.66%" class="stack-column col-2"> |
| 101 | + <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 102 | + <tbody> |
| 103 | + <tr> |
| 104 | + <td dir="ltr" valign="top" valign="top"> |
| 105 | + {% render "content", blocks: block.data.blocks[1].blocks %} |
| 106 | + </td> |
| 107 | + </tr> |
| 108 | + </tbody> |
107 | 109 | </table>
|
108 |
| - </div> |
109 |
| - <!--[if mso]> |
110 | 110 | </td>
|
111 |
| - </tr> |
112 |
| - </table> |
113 |
| - <![endif]--> |
114 |
| - </td> |
115 |
| - </tr> |
| 111 | + <!-- Column : END --> |
| 112 | + </tr> |
| 113 | + </tbody> |
116 | 114 | </table>
|
117 | 115 | </td>
|
118 | 116 | </tr>
|
119 | 117 | <!-- Thumbnail Left, Text Right : END -->
|
120 | 118 | {% when "1-1-1" %}
|
121 | 119 | <!-- 3 Even Columns : BEGIN -->
|
122 | 120 | <tr class="block block--layout cols-3">
|
123 |
| - <td align="center" valign="top"> |
124 |
| - <!--[if mso]> |
125 |
| - <table role="presentation" border="0" cellspacing="0" cellpadding="0" width="680"> |
126 |
| - <tr> |
127 |
| - <td valign="top" width="226"> |
128 |
| - <![endif]--> |
129 |
| - <div style="display:inline-block; max-width: 226px; min-width:226px; vertical-align:top; width:100%;" class="stack-column col-1"> |
130 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
| 121 | + <td dir="ltr" width="100%" style="padding: 10px"> |
| 122 | + <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 123 | + <tbody> |
131 | 124 | <tr>
|
132 |
| - <td> |
133 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
134 |
| - {% render "content", blocks: block.data.blocks[0].blocks %} |
| 125 | + <!-- Column : BEGIN --> |
| 126 | + <td width="33.33%" class="stack-column col1-" valign="top"> |
| 127 | + <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 128 | + <tbody> |
| 129 | + <tr> |
| 130 | + <td dir="ltr" valign="top"> |
| 131 | + {% render "content", blocks: block.data.blocks[0].blocks %} |
| 132 | + </td> |
| 133 | + </tr> |
| 134 | + </tbody> |
135 | 135 | </table>
|
136 | 136 | </td>
|
137 |
| - </tr> |
138 |
| - </table> |
139 |
| - </div> |
140 |
| - <!--[if mso]> |
141 |
| - </td> |
142 |
| - <td valign="top" width="227"> |
143 |
| - <![endif]--> |
144 |
| - <div style="display:inline-block; max-width: 227px; min-width:227px; vertical-align:top; width:100%;" class="stack-column col-2"> |
145 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
146 |
| - <tr> |
147 |
| - <td> |
148 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
149 |
| - {% render "content", blocks: block.data.blocks[1].blocks %} |
| 137 | + <!-- Column : END --> |
| 138 | + <!-- Column : BEGIN --> |
| 139 | + <td width="33.33%" class="stack-column col-2"> |
| 140 | + <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 141 | + <tbody> |
| 142 | + <tr> |
| 143 | + <td dir="ltr" valign="top" valign="top"> |
| 144 | + {% render "content", blocks: block.data.blocks[1].blocks %} |
| 145 | + </td> |
| 146 | + </tr> |
| 147 | + </tbody> |
150 | 148 | </table>
|
151 | 149 | </td>
|
152 |
| - </tr> |
153 |
| - </table> |
154 |
| - </div> |
155 |
| - <!--[if mso]> |
156 |
| - </td> |
157 |
| - <td valign="top" width="226"> |
158 |
| - <![endif]--> |
159 |
| - <div style="display:inline-block; max-width: 226px; min-width:226px; vertical-align:top; width:100%;" class="stack-column col-3"> |
160 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
161 |
| - <tr> |
162 |
| - <td> |
163 |
| - <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
164 |
| - {% render "content", blocks: block.data.blocks[2].blocks %} |
| 150 | + <!-- Column : END --> |
| 151 | + <!-- Column : BEGIN --> |
| 152 | + <td width="33.33%" class="stack-column col-3"> |
| 153 | + <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 154 | + <tbody> |
| 155 | + <tr> |
| 156 | + <td dir="ltr" valign="top" valign="top"> |
| 157 | + {% render "content", blocks: block.data.blocks[2].blocks %} |
| 158 | + </td> |
| 159 | + </tr> |
| 160 | + </tbody> |
165 | 161 | </table>
|
166 | 162 | </td>
|
| 163 | + <!-- Column : END --> |
167 | 164 | </tr>
|
168 |
| - </table> |
169 |
| - </div> |
170 |
| - <!--[if mso]> |
171 |
| - </td> |
172 |
| - </tr> |
| 165 | + </tbody> |
173 | 166 | </table>
|
174 |
| - <![endif]--> |
175 | 167 | </td>
|
176 | 168 | </tr>
|
177 | 169 | <!-- 3 Even Columns : END -->
|
|
0 commit comments