
Hi Lore,
If you enqueue UIkit components in your child theme functions.php
it will load on all the pages (unless you have conditional statements) while if you enqueue them in the template, they will only load when that specific template file is used.
Have fun,