hubl/src/page-job-offers.pug

8 lines
294 B
Plaintext

.content-box.full-width
#job-offers.job-offers__container
solid-job-board(
data-src=`${endpoints.joboffers || endpoints.get.joboffers}`,
post-data-src=`${endpoints.joboffers || endpoints.post.joboffers}`,
range-skills=`${endpoints.skills || endpoints.get.skills}`
)