| {% extends "base.html" %} | |
| {% block content %} | |
| <div class="container"> | |
| <h2>My Portfolio</h2> | |
| <p>Here you can showcase your projects, images, or links.</p> | |
| <ul> | |
| <li><a href="https://github.com/yourname" target="_blank">GitHub</a></li> | |
| <li><a href="https://linkedin.com/in/yourname" target="_blank">LinkedIn</a></li> | |
| </ul> | |
| </div> | |
| {% endblock %} | |