iotronic-ui/iotronic_ui/iot/webservices/templates/webservices/expose.html

8 lines
188 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Insert Web Service" %}{% endblock %}
{% block main %}
{% include 'iot/webservices/_expose.html' %}
{% endblock %}