File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% extends 'base.html' %}
22
3+ {% block title %} | User Dashboard {% endblock %}
4+
35{% block content %}
46< section id ="showcase-inner " class ="py-5 text-white ">
57 < div class ="container ">
Original file line number Diff line number Diff line change 11{% extends 'base.html' %}
22
3+ {% block title %} | Account Login {% endblock %}
4+
35{% block content %}
46< section id ="login " class ="bg-light py-5 ">
57 < div class ="container ">
Original file line number Diff line number Diff line change 11{% extends 'base.html' %}
22
3+ {% block title %} | Register Account {% endblock %}
4+
35{% block content %}
46< section id ="register " class ="bg-light py-5 ">
57 < div class ="container ">
Original file line number Diff line number Diff line change 1515 <!-- Lightbox -->
1616 < link rel ="stylesheet " href ="{% static 'css/lightbox.min.css' %} ">
1717
18- < title > BT Real Estate</ title >
18+ < title > BT Real Estate {% block title %}{% endblock %} </ title >
1919</ head >
2020
2121< body >
Original file line number Diff line number Diff line change 22
33{% load humanize %}
44
5+ {% block title %} | {{ listing.title }} {% endblock %}
6+
57{% block content %}
68< section id ="showcase-inner " class ="py-5 text-white ">
79 < div class ="container ">
Original file line number Diff line number Diff line change 22
33{% load humanize %}
44
5+ {% block title %} | Browse Property Listings {% endblock %}
6+
57{% block content %}
68< section id ="showcase-inner " class ="py-5 text-white ">
79 < div class ="container ">
Original file line number Diff line number Diff line change 22
33{% load humanize %}
44
5+ {% block title %} | Search Results {% endblock %}
6+
57{% block content %}
68< section id ="showcase-inner " class ="showcase-search text-white py-5 ">
79 < div class ="container ">
Original file line number Diff line number Diff line change 22
33{% load static %}
44
5+ {% block title %} | About Us {% endblock %}
6+
57{% block content %}
68< section id ="showcase-inner " class ="py-5 text-white ">
79 < div class ="container ">
Original file line number Diff line number Diff line change 22
33{% load humanize %}
44
5+ {% block title %} | Welcome {% endblock %}
6+
57{% block content %}
68<!-- Showcase -->
79< section id ="showcase ">
You can’t perform that action at this time.
0 commit comments