All checks were successful
		
		
	
	/ build-all-services (push) Successful in 9m51s
				
			this should invalidate the cache everytime we recompile the frontends on a new git commit
		
			
				
	
	
		
			21 lines
		
	
	
		
			No EOL
		
	
	
		
			579 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			No EOL
		
	
	
		
			579 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
    <head>
 | 
						|
        <meta charset="UTF-8">
 | 
						|
        <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
 | 
						|
        <title>AskLyphe - {% block title %}{% endblock %}</title>
 | 
						|
 | 
						|
        <link rel="search"
 | 
						|
              type="application/opensearchdescription+xml"
 | 
						|
              title="AskLyphe"
 | 
						|
              href="/static/osd.xml" />
 | 
						|
 | 
						|
        <link rel="stylesheet" href="/static/shell.css?git={{ git_commit }}" />
 | 
						|
 | 
						|
        {% block head %}{% endblock %}
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
        {% block page %}{% endblock %}
 | 
						|
    </body>
 | 
						|
</html> |