File size: 358 Bytes
1106e39
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{% 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 %}