Biofuel-Optimiser / templates /generative_mixture.html
carrotcake3's picture
Update templates/generative_mixture.html
3360c02 verified
{% extends "base.html" %}
{% block content %}
<div class="container py-4">
<h2 class="fw-bold mb-4">Mixture Additive Generator</h2>
<p class="text-muted">
To be added in a future update
</p>
</div>
{% endblock %}