mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 12:12:15 +00:00
Added Routes to BCF (#1644)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{%extends 'base.html'%} {%block content%} {% if user %}
|
||||
<style>
|
||||
pre {
|
||||
white-space: wrap;
|
||||
}
|
||||
</style>
|
||||
<div>Logged in as <strong>{{user}}</strong></div>
|
||||
|
||||
{% for client in clients %}
|
||||
<pre>
|
||||
{{ client.client_info|tojson }}
|
||||
{{ client.client_metadata|tojson }}
|
||||
</pre>
|
||||
<hr />
|
||||
{% endfor %} {% else %}
|
||||
<div>Not logged in</div>
|
||||
{% endif %} {% endblock %}
|
||||
Reference in New Issue
Block a user