blob: 8d3f607040761a67a98d1140d45301ec6c3f849c [file] [log] [blame]
{#{% extends "base.html" %}#}
{% load render_bundle from webpack_loader %}
<div id="storage"></div>
{% render_bundle "chunk-vendors" %}
{% render_bundle "storage" %}
{% block app %}
<div id="storage"></div>
{% endblock app %}
<!--- This has to go to vue file--->
<style>
.storage-progress {
width: 20%;
}
</style>