This is now a workspace consisting of: * the pslink app (a wasm frontend for the admin interface) * the pslink binary * shared - modules for communication between the two above.
		
			
				
	
	
		
			8 lines
		
	
	
		
			167 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			167 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "base.html" %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
<div class="center">
 | 
						|
    <h3>{{ fluent(key="not-found", lang=language) }}</h3>
 | 
						|
    <h2> </h2>
 | 
						|
</div>
 | 
						|
{% endblock %} |