33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<head>
 | 
						|
  <meta charset="UTF-8" />
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
  <title>
 | 
						|
  {{?title}}How-To Cards: {{title}}{{/title}}
 | 
						|
  {{?htag}}
 | 
						|
    Category:
 | 
						|
    {{#htag}}
 | 
						|
      {{?tag}} » {{tag}}{{/tag}}
 | 
						|
      {{^tag}}All cards{{/tag}}
 | 
						|
    {{/htag}}
 | 
						|
  {{/htag}}
 | 
						|
  </title>
 | 
						|
  <link rel="stylesheet" href="{{root}}style.css" />
 | 
						|
  <link rel="stylesheet" href="{{root}}fonts.css" />
 | 
						|
  <script>
 | 
						|
  // settings for the provided by analytics.uni.lu (that drives the cookie banner)
 | 
						|
  const settings = {
 | 
						|
    expires: "180",
 | 
						|
    matomoURL: "https://analytics.lcsb.uni.lu/hub/",
 | 
						|
    siteID: "3",
 | 
						|
    accept_all_text: "Aggregate statistics cookies accepted",
 | 
						|
    only_necessary_text: "Only necessary cookies accepted",
 | 
						|
    cookieName: "lap",
 | 
						|
    bots: /bot|crawler|spider|crawling/i,
 | 
						|
    timeout_hidebanner: "500",
 | 
						|
    cookieDomain: window.location.hostname,
 | 
						|
  }
 | 
						|
  </script>
 | 
						|
  <script src="https://analytics.lcsb.uni.lu/lap/static/js/lap.js"></script>
 | 
						|
  <link rel="stylesheet" type="text/css" href="https://analytics.lcsb.uni.lu/lap/static/css/lap.css">
 | 
						|
</head>
 |