This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
Files
reValuate/website/home/templates/home.html

24 lines
452 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
{% load static %}
<meta charset="utf-8">
<title>Home</title>
<meta name="description" content="Start throwing out trash in an eco-friendly way!">
<meta name="author" content="Yamozha">
<link rel="stylesheet" href="{% static "css/style.css" %}">
</head>
<body>
{% block content %}
{% endblock %}
{% csrf_token %}
<h1>Test!</h1>
<h2><strong>{{ currencyTotal }}</strong></h2>
</body>
</html>