mirror of
				https://github.com/slawkens/myaac.git
				synced 2025-11-04 09:46:23 +01:00 
			
		
		
		
	commitda18629d16Author: slawkens <slawkens@gmail.com> Date: Mon Apr 1 21:53:53 2024 +0200 Fixes to tables headline commit41c3d9ad21Author: slawkens <slawkens@gmail.com> Date: Sun Mar 31 13:59:25 2024 +0200 [WIP] Tables headline
		
			
				
	
	
		
			15 lines
		
	
	
		
			387 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			387 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
<table border="0" cellspacing="1" cellpadding="4" width="100%">
 | 
						|
	<thead>
 | 
						|
	<tr bgcolor="{{ config.vdarkborder }}">
 | 
						|
		<td colspan="3" class="white"><b>{{ title|raw }}</b></td>
 | 
						|
	</tr>
 | 
						|
	</thead>
 | 
						|
	<tbody>
 | 
						|
	<tr style="background-color: {% if background is not null %}{{ background }}{% else %}{{ config.lightborder }}{% endif %}">
 | 
						|
		<td>
 | 
						|
			{{ content|raw }}
 | 
						|
		</td>
 | 
						|
	</tr>
 | 
						|
	</tbody>
 | 
						|
</table>
 |