mirror of
https://github.com/KUlishevgeniy/c22712.git
synced 2026-09-25 16:40:19 +00:00
mutable template added
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE <html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% load static %}
|
||||
@@ -6,6 +6,16 @@
|
||||
<title>TEST</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{text}}</h1>
|
||||
<h1>{{ text }}</h1>
|
||||
|
||||
<table>
|
||||
{% for i in list %}
|
||||
<tr>
|
||||
<th>{{ i }}</th>
|
||||
<th>{% widthratio i 1 i %}</th>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user