添加模板文件base.html

main
roger_home_pc 1 year ago
parent a4c0dbf504
commit 45232fcbf1
  1. 14
      templates/shop/base.html

@ -0,0 +1,14 @@
<!DOCTYPE html>
{% load static %}
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ title }}</title>
<link rel="stylesheet" href="{% static 'plugins/google-fonts/google.founts.css' %}">
<link rel="stylesheet" href="{% static 'plugins/fontawesome-free/css/all.min.css' %}">
</head>
<body>
</body>
</html>
Loading…
Cancel
Save