{%extends "base.html"%} {%load plotly_dash%} {%block title%}Demo Six - Simple Injection{%endblock%} {%block content%}

Simple embedding

Direct insertion of html into a web page.

This demo is based on a contribution by, and with thanks to, @eddy-ojb

{% load plotly_dash %}

<div class="{% plotly_class name="dash_example_1" template_type="div-direct"%}">

{% plotly_direct name="dash_example_1" %}

<\div>

{%plotly_direct name="dash_example_1"%}

{%endblock%}