mirror of
				https://gitlab.crans.org/mediatek/med.git
				synced 2025-11-04 16:42:31 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			356 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			356 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "base.html" %}
 | 
						|
{% comment %}
 | 
						|
SPDX-License-Identifier: GPL-3.0-or-later
 | 
						|
{% endcomment %}
 | 
						|
{% load i18n static %}
 | 
						|
 | 
						|
{% block coltype %}nopadding{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
    <redoc spec-url='{% url "openapi-schema" %}'></redoc>
 | 
						|
    <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
 | 
						|
{% endblock %}
 |