0.0.46
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{% load static %}
|
||||
<div class="cut-width">
|
||||
<div class="content_block_present_technology">
|
||||
<div class="left_part_block_present_technology">
|
||||
<div class="txt_block_present_technology semi_large_light">{{ block.description }}</div>
|
||||
<div class="txt_block_present_technology large_txt">{{ block.name }}</div>
|
||||
</div>
|
||||
<div class="right_part_block_present_technology">
|
||||
<img class="img_block_present_technology" src="{{ block.picture.url }}">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user