{% extends 'base.html' %} {% block title %}Home{% endblock %} {% block content %}
Rent or share your computing resources easily and securely.
{% for machine in machines %}CPU Cores: {{ machine.cpu_cores }}
CPU Threads: {{ machine.cpu_threads }}
RAM Size: {{ machine.ram_size }} GB
Disk Size: {{ machine.disk_size }} GB
GPU Count: {{ machine.gpu_count }}
GPU Type: {{ machine.gpu_type }}
Internet Speed: {{ machine.internet_speed }} Mbps