15 lines
		
	
	
		
			625 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			625 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<head>
 | 
						|
  <meta charset="UTF-8" />
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
  <title>
 | 
						|
  {{?title}}{{title}}{{/title}}
 | 
						|
  {{?htag}}
 | 
						|
    All cards {{#htag}} » {{tag}}{{/htag}}
 | 
						|
  {{/htag}}
 | 
						|
  </title>
 | 
						|
  <link rel="preconnect" href="https://fonts.googleapis.com">
 | 
						|
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
 | 
						|
  <link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,400;0,700;1,100;1,700&display=swap" rel="stylesheet">
 | 
						|
  <link rel="stylesheet" href="{{root}}/style.css" />
 | 
						|
</head>
 |