mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-12-28 13:23:07 +00:00
8 lines
237 B
HTML
8 lines
237 B
HTML
|
{% extends 'base.html' %}
|
||
|
|
||
|
{% block pageTitle %}Remote-friendly companies{% endblock %}
|
||
|
|
||
|
{% block listItemClasses %}menu-item current-menu-item current_page_item{% endblock %}
|
||
|
|
||
|
{% block pageContent %}{{ pageContent|safe }}{% endblock %}
|