21 lines
		
	
	
		
			590 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			590 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="utf-8">
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 | |
|     <title>{{ issuer }}</title>
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <link href="{{ url "static/main.css" }}" rel="stylesheet">
 | |
|     <link href="{{ url "theme/styles.css" }}" rel="stylesheet">
 | |
|   </head>
 | |
| 
 | |
|   <body class="theme-body">
 | |
|     <div class="theme-navbar">
 | |
|       <div class="theme-navbar__logo-wrap">
 | |
|         <img class="theme-navbar__logo" src="{{ logo }}">
 | |
|       </div>
 | |
|     </div>
 | |
| 
 | |
|     <div class="dex-container">
 | |
| 
 |